summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java
Commit message (Expand)AuthorAgeFilesLines
* Resolved minor warnings in a few notification and accessibilityShawn Lee2022-10-041-7/+5
* Remove more thin wrappers from the shared libWinson Chung2022-09-141-2/+20
* Notifies magnification change for the transitioning target modemincheli2022-04-111-0/+2
* 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-011-2/+2
* Adds moveWindowMagnifierToPosition methodDaniel Hsieh2022-03-011-0/+8
* Support set window size APIryanlwlin2022-02-221-29/+86
* Fix incorrect magnification window size when the dvice is foldedryanlwlin2022-01-201-2/+25
* Merge "Support following typing foucs in window mode [2/n]."Daniel Hsieh2022-01-071-0/+1
|\
| * Support following typing foucs in window mode [2/n].Daniel Hsieh2022-01-051-0/+1
* | Notifies window magnifcation changes for AccessibilityService (1/n)mincheli2022-01-031-3/+7
|/
* Support triple-tap and hold for window magnification.Daniel Hsieh2021-11-261-17/+128
* Refactoring that make WindowMagnificationController has WindowMagnificationAn...mincheli2021-11-171-2/+41
* Support enable window magnification without animationryanlwlin2021-11-111-1/+12
* Constranit the magnification window size for large screen devicesryanlwlin2021-08-271-3/+6
* Fix incorrect boundary/appearance after folding the deviceryanlwlin2021-06-161-23/+83
* Fix hard dragging from the edge of the screenryanlwlin2021-06-071-0/+8
* Fix hard dragging the window magnification from the bottom of the screenryanlwlin2021-05-111-36/+73
* Magnification uses WindowManager.getMaximumWindiowMetrics to compute its layo...mincheli2021-04-211-14/+16
* Updates magnification button after an accessibility action is performedmincheli2021-04-071-17/+9
* Change context to WindowContext for non-activity windowryanlwlin2021-03-181-2/+3
* Animate bounce effect when tappingryanlwlin2020-12-151-18/+52
* Merge "Handles magnification scale change when requesting Accessibility action"Minche Li2020-11-051-2/+4
|\
| * Handles magnification scale change when requesting Accessibility actionmincheli2020-10-221-2/+4
* | set accessibility window titleryanlwlin2020-10-301-10/+24
|/
* Reset WindowMagnification when the density is changedmincheli2020-10-131-2/+2
* Magnification window should not block bottom navigation barmincheli2020-09-301-2/+40
* Make mirror window accessible (2/2)ryanlwlin2020-09-231-1/+99
* Merge "Update the drag handle icon of window magnification"TreeHugger Robot2020-09-181-0/+7
|\
| * Update the drag handle icon of window magnificationmincheli2020-09-151-1/+9
* | Updates the rotation and dimensions even mirror view is not inflated yetmincheli2020-09-151-10/+16
|/
* Add WindowMagnificationAnimationController for animationryanlwlin2020-08-071-11/+42
* Revert "Add WindowMagnificationBridge for animation"Greg Kaiser2020-08-061-37/+6
* Add WindowMagnificationBridge for animationryanlwlin2020-08-041-6/+37
* Add source bounds change callbackryanlwlin2020-07-281-19/+23
* Offsets the position of window maganification by the marginmincheli2020-07-101-2/+2
* Makes dragging window magnification smoother on low-medium devicemincheli2020-06-241-5/+15
* Replaces AsyncTask with main handler for WindowMagnificationmincheli2020-03-251-18/+35
* Uses TYPE_ACCESSIBILITY_MAGNIFICATION_OVERLAY for window magnificationmincheli2020-03-121-50/+5
* Implmented the aidl interface for window magnificationryanlwlin2020-03-041-33/+77
* Make the position of the mirror content the same as the real onemincheli2020-02-271-4/+5
* Make mirror view able to move close to the screen edgesmincheli2020-02-241-3/+36
* Update mirror window location when orientation changedmincheli2020-02-241-11/+71
* Change window magnifier UI and enhance the touch area for draggingmincheli2020-02-241-12/+38
* Extract Mirror windowcontrol to a single classryanlwlin2020-02-121-105/+24
* Limiting the magnified regionJacky Kao2020-01-301-11/+58
* Update window magnifier UI when onConfigurationChanged. (1/n)mincheli2020-01-161-2/+14
* Making magnified window move to top boundary of screenJacky Kao2019-12-201-0/+3
* Added WindowMagnification for Accessibility in System UIchaviw2019-12-161-0/+424