index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
SystemUI
/
src
/
com
/
android
/
systemui
/
accessibility
/
WindowMagnificationController.java
Age
Commit message (
Expand
)
Author
2022-03-15
Merge SP2A.220305.013
Haamed Gheibi
2021-06-07
Fix hard dragging from the edge of the screen
ryanlwlin
2021-05-11
Fix hard dragging the window magnification from the bottom of the screen
ryanlwlin
2021-04-21
Magnification uses WindowManager.getMaximumWindiowMetrics to compute its layo...
mincheli
2021-04-07
Updates magnification button after an accessibility action is performed
mincheli
2021-03-18
Change context to WindowContext for non-activity window
ryanlwlin
2020-12-15
Animate bounce effect when tapping
ryanlwlin
2020-11-05
Merge "Handles magnification scale change when requesting Accessibility action"
Minche Li
2020-10-30
set accessibility window title
ryanlwlin
2020-10-22
Handles magnification scale change when requesting Accessibility action
mincheli
2020-10-13
Reset WindowMagnification when the density is changed
mincheli
2020-09-30
Magnification window should not block bottom navigation bar
mincheli
2020-09-23
Make mirror window accessible (2/2)
ryanlwlin
2020-09-18
Merge "Update the drag handle icon of window magnification"
TreeHugger Robot
2020-09-15
Updates the rotation and dimensions even mirror view is not inflated yet
mincheli
2020-09-15
Update the drag handle icon of window magnification
mincheli
2020-08-07
Add WindowMagnificationAnimationController for animation
ryanlwlin
2020-08-06
Revert "Add WindowMagnificationBridge for animation"
Greg Kaiser
2020-08-04
Add WindowMagnificationBridge for animation
ryanlwlin
2020-07-28
Add source bounds change callback
ryanlwlin
2020-07-10
Offsets the position of window maganification by the margin
mincheli
2020-06-24
Makes dragging window magnification smoother on low-medium device
mincheli
2020-03-25
Replaces AsyncTask with main handler for WindowMagnification
mincheli
2020-03-12
Uses TYPE_ACCESSIBILITY_MAGNIFICATION_OVERLAY for window magnification
mincheli
2020-03-04
Implmented the aidl interface for window magnification
ryanlwlin
2020-02-27
Make the position of the mirror content the same as the real one
mincheli
2020-02-24
Make mirror view able to move close to the screen edges
mincheli
2020-02-24
Update mirror window location when orientation changed
mincheli
2020-02-24
Change window magnifier UI and enhance the touch area for dragging
mincheli
2020-02-12
Extract Mirror windowcontrol to a single class
ryanlwlin
2020-01-30
Limiting the magnified region
Jacky Kao
2020-01-16
Update window magnifier UI when onConfigurationChanged. (1/n)
mincheli
2019-12-20
Making magnified window move to top boundary of screen
Jacky Kao
2019-12-16
Added WindowMagnification for Accessibility in System UI
chaviw