Skip to content

Commit e445c25

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Fix notification gestures." into jb-dev
2 parents a5e042f + c0229e2 commit e445c25

File tree

3 files changed

+144
-103
lines changed

3 files changed

+144
-103
lines changed

packages/SystemUI/res/values/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
<integer translatable="false" name="config_search_panel_view_vibration_duration">20</integer>
6868

6969
<!-- The length of the vibration when the notificaiotn pops open. -->
70-
<integer name="one_finger_pop_duration_ms">10</integer>
70+
<integer name="blinds_pop_duration_ms">10</integer>
7171
</resources>
7272

packages/SystemUI/res/values/dimens.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,8 @@
152152
<dimen name="carrier_label_height">24dp</dimen>
153153

154154
<!-- The distance you can pull a notificaiton before it pops open -->
155-
<dimen name="one_finger_pop_limit">32dp</dimen>
155+
<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>
156159
</resources>

0 commit comments

Comments
 (0)