summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/accessibility/ToggleAutoclickPreferenceController.java
Commit message (Collapse)AuthorAgeFilesLines
* Add test cases for ToggleAutoclickPreferenceController.Peter_Liang2020-12-291-12/+14
| | | | | | | | Bug: 168567356 Test: make RunSettingsRoboTests ROBOTEST_FILTER=ToggleAutoclickPreferenceControllerTest Change-Id: I4ea1089ddc9aad8748b950c38617533dc1d5cb02
* Fix Auto click (dwell timing) the checked option isn't the same as the ↵menghanli2020-04-231-15/+14
| | | | | | | | | | | | | | | | option before upgrading the OS Root cause: After OS upgrade to R, the original logic only check SP key but does not consider the setting enabled key to cause it cannot not show correctly. Next: 1) accessibility_autoclick_enabled=1 but does not have SP key, customize layout is checked and show the right value 2) accessibility_autoclick_enabled=1 and have SP key, show according items is checked 3) accessibility_autoclick_enabled=0, off button is checked Bug: 151123423 Test: local test Change-Id: I9ebcbb35ee0071dbf8c969d0a70ea6293f4c6edb
* Support autoclick secondary action (2/n)ChenJean2020-02-071-69/+9
| | | | | | | | Add LayoutPreference to support new seekbar design. Bug: 146019277 Test: manual Change-Id: I8bfe3ca1ccee833fb941076ff33e7536392b90f4
* Support autoclick secondary action (1/n)ChenJean2020-01-171-0/+253
Added radio button preference and control to handle user update value. Bug: 146019277 Test: Manual Change-Id: Ie9136f942eec43fc378e7f39d8c2eb7534c531c9