Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test cases for ToggleAutoclickPreferenceController. | Peter_Liang | 2020-12-29 | 1 | -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 ↵ | menghanli | 2020-04-23 | 1 | -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) | ChenJean | 2020-02-07 | 1 | -69/+9 |
| | | | | | | | | Add LayoutPreference to support new seekbar design. Bug: 146019277 Test: manual Change-Id: I8bfe3ca1ccee833fb941076ff33e7536392b90f4 | ||||
* | Support autoclick secondary action (1/n) | ChenJean | 2020-01-17 | 1 | -0/+253 |
Added radio button preference and control to handle user update value. Bug: 146019277 Test: Manual Change-Id: Ie9136f942eec43fc378e7f39d8c2eb7534c531c9 |