OSDN Git Service

Show a dialog with a slider to set the back gesture's sensitivity
authorMehdi Alizadeh <mett@google.com>
Wed, 22 May 2019 18:22:45 +0000 (11:22 -0700)
committerMehdi Alizadeh <mett@google.com>
Fri, 14 Jun 2019 23:40:11 +0000 (23:40 +0000)
commit7d4312596428e2a629da73f5a5524a6eda9da8db
tree572be64f17d1731c271c89baa15c1de566d11e89
parentb4d94a8ccc1466d8a078db810f0fe766cf2fb8ec
Show a dialog with a slider to set the back gesture's sensitivity

Bug: 131447780
Test: Manual test on device
Test: make RunSettingsRoboTests ROBOTEST_FILTER=RadioButtonPreferenceWithExtraWidgetTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=SystemNavigationGestureSettingsTest

Change-Id: I9fcd1a50c77689118857326de0cf8082e835b491
res/layout/dialog_back_gesture_sensitivity.xml [new file with mode: 0644]
res/values/dimens.xml
res/values/strings.xml
src/com/android/settings/gestures/GestureNavigationBackSensitivityDialog.java [new file with mode: 0644]
src/com/android/settings/gestures/GestureNavigationNotAvailableDialog.java [new file with mode: 0644]
src/com/android/settings/gestures/SystemNavigationGestureSettings.java
src/com/android/settings/widget/RadioButtonPreferenceWithExtraWidget.java
tests/robotests/src/com/android/settings/gestures/SystemNavigationGestureSettingsTest.java
tests/robotests/src/com/android/settings/widget/RadioButtonPreferenceWithExtraWidgetTest.java