summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Fade out navbar on lockscreen -> homescreen transitionMike Schneider2023-04-061-2/+2
* Merge "[DO NOT MERGE] Convert QSFactoryImpl to use @Multibinds" into tm-qpr-devRasheed Lewis2023-02-141-0/+76
|\
| * [DO NOT MERGE] Convert QSFactoryImpl to use @MultibindsRasheed Lewis2023-02-141-0/+76
* | Implement Font Scaling Quick Settings Tile (4/n)Candice Lo2023-02-131-1/+72
|/
* Implement Font Scaling Quick Settings Tile (3/n)Candice Lo2023-02-131-0/+36
* Merge "[DO NOT MERGE] Add centralized DisplayTracker for SystemUI" into tm-qp...Alex Stetson2023-01-272-6/+13
|\
| * [DO NOT MERGE] Add centralized DisplayTracker for SystemUIAlex Stetson2023-01-262-6/+13
* | Publish dream state to OverviewProxyService.Bryce Lee2023-01-251-1/+2
|/
* Merge "[DO NOT MERGE] Replace UserHandle.CURRENT with UserTracker" into tm-qp...Alex Stetson2023-01-196-50/+72
|\
| * [DO NOT MERGE] Replace UserHandle.CURRENT with UserTrackerAlex Stetson2023-01-176-50/+72
* | Make ScreenshotRequest handle hardware bitmap conversionMiranda Kephart2023-01-181-3/+5
|/
* Remove CentralSurfaces from ShadeControllerJustin Weir2022-11-291-3/+5
* Register statusbar actions only if CentralSurfaces is availableToshiki Kikuchi2022-11-111-2/+5
* Make CoreStartable an Interface.Dave Mankoff2022-10-132-5/+6
* Eval KG showing, occluded and visibility togetherBeverly2022-10-061-2/+2
* Resolved minor warnings in a few notification and accessibilityShawn Lee2022-10-042-11/+8
* Remove more thin wrappers from the shared libWinson Chung2022-09-141-2/+20
* Code cleanup of ScreenshotRequest and usagesMark Renouf2022-08-011-1/+1
* Fix the crash on animating the accessibility floating menu.Peter_Liang2022-07-191-0/+1
* Bubbles ignore gestures when notif expandedAts Jenk2022-05-131-2/+3
* Rename CentralSurfacesInt back to CentralSurfaces.Dave Mankoff2022-04-281-6/+6
* Make CentralSurfaces an Interface.Dave Mankoff2022-04-281-6/+6
* Merge "Check target is empty before showing it in AccessibilityFloatingMenu" ...Menghan Li2022-04-201-1/+8
|\
| * Check target is empty before showing it in AccessibilityFloatingMenujasonwshsu2022-04-181-1/+8
* | Merge "Fix Accessibility Shortcut does not show up while SystemUI restart" in...Menghan Li2022-04-201-10/+2
|\ \
| * | Fix Accessibility Shortcut does not show up while SystemUI restartmenghanli2022-04-111-10/+2
* | | Remove contents of DependencyProvider.Dave Mankoff2022-04-141-0/+3
| |/ |/|
* | Notifies magnification change for the transitioning target modemincheli2022-04-111-0/+2
|/
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-2/+1
* Fix the flaky AccessibilityMagnificationTest#testListenerryanlwlin2022-03-151-4/+10
* Adds WindowBounds in WindowMagnificationController dump info.Daniel Hsieh2022-03-041-0/+1
* Disables tracking focus on move a11y actions.Daniel Hsieh2022-03-014-11/+8
* Adds moveWindowMagnifierToPosition methodDaniel Hsieh2022-03-014-5/+60
* [Status Bar] Re-name StatusBar.java -> CentralSurfaces.java.Caitlin Cassidy2022-02-281-12/+13
* Support set window size APIryanlwlin2022-02-221-29/+86
* Add DPAD keys into Accessibility GlobalAction and SystemAction.Kaiqiang Wang2022-02-011-1/+158
* Fix incorrect magnification window size when the dvice is foldedryanlwlin2022-01-203-18/+48
* Merge "Support following typing foucs in window mode [2/n]."Daniel Hsieh2022-01-074-0/+28
|\
| * Support following typing foucs in window mode [2/n].Daniel Hsieh2022-01-054-0/+28
* | Notifies window magnifcation changes for AccessibilityService (1/n)mincheli2022-01-031-3/+7
|/
* Add back AccessibilityFloatingMenuController into StatusBarjasonwshsu2021-11-302-5/+7
* Support triple-tap and hold for window magnification.Daniel Hsieh2021-11-264-26/+177
* Refactoring that make WindowMagnificationController has WindowMagnificationAn...mincheli2021-11-173-80/+100
* Merge "Support enable window magnification without animation"Ryan Lin2021-11-122-3/+32
|\
| * Support enable window magnification without animationryanlwlin2021-11-112-3/+32
* | Merge "Rename SystemUI class to CoreStartable"Dave Mankoff2021-11-102-4/+4
|\ \
| * | Rename SystemUI class to CoreStartableDave Mankoff2021-11-092-4/+4
* | | Support individual magnification mode for each displayryanlwlin2021-11-104-16/+59
| |/ |/|
* | Fix magnification border includes taskbarryanlwlin2021-11-051-0/+2
|/
* Merge "Add flags to permission protected SysUI broadcasts"Michael Groover2021-10-211-1/+2
|\