We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5e042f + c0229e2 commit e445c25Copy full SHA for e445c25
3 files changed
packages/SystemUI/res/values/config.xml
@@ -67,6 +67,6 @@
67
<integer translatable="false" name="config_search_panel_view_vibration_duration">20</integer>
68
69
<!-- The length of the vibration when the notificaiotn pops open. -->
70
- <integer name="one_finger_pop_duration_ms">10</integer>
+ <integer name="blinds_pop_duration_ms">10</integer>
71
</resources>
72
packages/SystemUI/res/values/dimens.xml
@@ -152,5 +152,8 @@
152
<dimen name="carrier_label_height">24dp</dimen>
153
154
<!-- The distance you can pull a notificaiton before it pops open -->
155
- <dimen name="one_finger_pop_limit">32dp</dimen>
+ <dimen name="blinds_pop_threshold">32dp</dimen>
156
+
157
+ <!-- The size of the gesture span needed to activate the "pull" notification expansion -->
158
+ <dimen name="pull_span_min">25dp</dimen>
159
0 commit comments