File tree Expand file tree Collapse file tree 4 files changed +150
-104
lines changed
Expand file tree Collapse file tree 4 files changed +150
-104
lines changed Original file line number Diff line number Diff line change 7171 android : layout_width =" match_parent"
7272 android : layout_height =" wrap_content"
7373 android : fadingEdge =" none"
74- android : overScrollMode =" always "
74+ android : overScrollMode =" ifContentScrolls "
7575 >
7676 <com .android.systemui.statusbar.policy.NotificationRowLayout
7777 android : id =" @+id/latestItems"
Original file line number Diff line number Diff line change 6666 <!-- Vibration duration for MultiWaveView used in SearchPanelView -->
6767 <integer translatable =" false" name =" config_search_panel_view_vibration_duration" >20</integer >
6868
69- <!-- The length of the vibration when the notificaiotn pops open. -->
69+ <!-- The length of the vibration when the notification pops open. -->
7070 <integer name =" one_finger_pop_duration_ms" >10</integer >
7171
7272 <!-- Whether we're using the tablet-optimized recents interface (we use this
9494 <!-- Timeouts for brightness dialog to disappear -->
9595 <integer name =" quick_settings_brightness_dialog_short_timeout" >2000</integer >
9696 <integer name =" quick_settings_brightness_dialog_long_timeout" >4000</integer >
97+
98+ <integer name =" blinds_pop_duration_ms" >10</integer >
99+
97100</resources >
98101
Original file line number Diff line number Diff line change 184184 <!-- Height of the carrier/wifi name label -->
185185 <dimen name =" carrier_label_height" >24dp</dimen >
186186
187- <!-- The distance you can pull a notificaiton before it pops open -->
187+ <!-- The distance you can pull a notification before it pops open -->
188188 <dimen name =" one_finger_pop_limit" >32dp</dimen >
189189
190190 <!-- The fixed height of each tile -->
196196 <!-- Minimum fraction of the screen that should be taken up by the notification panel.
197197 Not used at this screen size. -->
198198 <item type =" dimen" name =" notification_panel_min_height_frac" >0%</item >
199+
200+ <dimen name =" blinds_pop_threshold" >32dp</dimen >
201+
202+ <!-- The size of the gesture span needed to activate the "pull" notification expansion -->
203+ <dimen name =" pull_span_min" >25dp</dimen >
199204</resources >
You can’t perform that action at this time.
0 commit comments