Touchpad: add tap dragging setting
Screenshot: go/ag-26012379-screenshot
Bug: 321978150
Bug: 324058706
Test: with the flag disabled, check the new entry doesn't appear
Test: with the flag enabled, toggle the setting and check that it
enables and disables tap dragging (tapping then immediately putting
your finger back on the touchpad and moving it)
Test: with the flag enabled, check the setting appears in search results
Test: atest SettingsRoboTests:com.android.settings.inputmethod
Change-Id: Iccfbe842ff655ea295edc764cfc400709948df7d
This commit is contained in:
@@ -52,6 +52,13 @@
|
||||
android:order="30"
|
||||
settings:keywords="@string/keywords_trackpad_bottom_right_tap"/>
|
||||
|
||||
<!-- TODO(b/321978150): add a summary line once we have finalized text from UX. -->
|
||||
<SwitchPreferenceCompat
|
||||
android:key="trackpad_tap_dragging"
|
||||
android:title="@string/trackpad_tap_dragging"
|
||||
settings:controller="com.android.settings.inputmethod.TrackpadTapDraggingPreferenceController"
|
||||
android:order="35"/>
|
||||
|
||||
<com.android.settings.widget.SeekBarPreference
|
||||
android:key="trackpad_pointer_speed"
|
||||
android:title="@string/trackpad_pointer_speed"
|
||||
|
||||
Reference in New Issue
Block a user