summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/accessibility/AccessibilityButtonFooterPreferenceController.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix accessibility button footer preference did not announced correct by TalkBackjasonwshsu2021-07-061-4/+13
| | | | | | | | | | Root Cause: Description would be altered after displayPreference(), but getSummary() would be called after it. Solution: Update title before displayPreference(), then it could be set correctly. Fix: 192738520 Test: atest AccessibilityButtonFooterPreferenceControllerTest Change-Id: I068994fca8202b166fedf43f9d9657b0c1a64c4e
* Show one line of footer content change in Accessibility button page when the ↵menghanli2021-06-241-0/+7
| | | | | | | | | user is in gesture nav. Bug: 190563948 Bug: 191733125 Test: make RunSettingsRoboTests -j52 ROBOTEST_FILTER=AccessibilityButtonFooterPreferenceControllerTest Change-Id: I13ce0b3331835469d6eb9a6263a3a01f821814a8
* [Material Next] Update accessibility tool footer stylemenghanli2021-04-301-0/+37
1. Implement API extends Material Next FooterBarPreference and support Accessibility API for icons 2. Apply solutions to accessibility tools and framework tools in accessibility settings page. 3. Apply DashboardFragment for Caption preference for xml parser Bug: 185973304 Test: make RunSettingsRoboTests -j52 Change-Id: I6b80bc80190d6666e3fbcd462442a9f2c0e60bba