summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/accessibility/ScreenMagnifier.java
Commit message (Expand)AuthorAgeFilesLines
* Fix screen magnifier scaling due to ScaleGestureDetector changes.Svetoslav2013-10-021-0/+1
* Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-141-378/+92
* Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-031-865/+466
* Cannot pan in browser if magnification is enabled.Svetoslav Ganov2012-10-191-4/+18
* Magnifier not respecting RTL/LTR direction and keyguard dialogs not properly ...Svetoslav Ganov2012-10-181-39/+45
* Long press not working if explore by touch and magnification are on.Svetoslav Ganov2012-10-161-2/+27
* Occasionally triple tap on the keyboard toggles screen magnification.Svetoslav Ganov2012-10-161-18/+11
* Screen magnification does not auto-pan when fragment dialog pops up.Svetoslav Ganov2012-10-111-0/+1
* Prevent out of range magnification scale to be persisted.Svetoslav Ganov2012-10-111-1/+2
* Merge "Screen magnification cannot be engaged in landscape on a phone." into ...Svetoslav Ganov2012-10-061-17/+14
|\
| * Screen magnification cannot be engaged in landscape on a phone.Svetoslav Ganov2012-10-051-17/+14
* | Add flag for displaying non-user's Windows to user.Craig Mautner2012-10-051-1/+2
|/
* Migrate more System and Secure settings to Global.Jeff Sharkey2012-10-021-2/+2
* Touch explorer and magnifier do not work well together.Svetoslav Ganov2012-10-021-13/+24
* Magnified frame not properly computed when keyguard goes away.Svetoslav Ganov2012-09-241-2/+16
* Adding a scaling threshold in ScreenMagnifierSvetoslav Ganov2012-09-111-12/+19
* Refactoring the scale and pan detection in the ScreenMagnifier.Svetoslav Ganov2012-09-111-616/+56
* Screen magnifier should handle window rebuilds correctly.Svetoslav Ganov2012-09-111-13/+71
* Screen magnification should disengage on screen off.Svetoslav Ganov2012-09-101-8/+63
* Reducing the click delay while screen magnification is enabled.Svetoslav Ganov2012-09-101-2/+5
* Scaling in viewport moving state locks into a magnified state.Svetoslav Ganov2012-09-101-7/+13
* Allow simultaneous scale and pan in magnified state.Svetoslav Ganov2012-09-101-60/+46
* Improve scaling vs pan in screen magnifier.Svetoslav Ganov2012-09-101-6/+483
* Viewport should zoom out when screen magnification is disabled.Svetoslav Ganov2012-09-091-0/+1
* Merge "Viewport should zoom out when screen magnification is disabled." into ...Svetoslav Ganov2012-09-091-1/+2
|\
| * Viewport should zoom out when screen magnification is disabled.Svetoslav Ganov2012-09-091-1/+2
* | Fixing off by one error in the ScreenMagnifier.Svetoslav Ganov2012-09-071-2/+12
|/
* Screen magnification - feature - framework.Svetoslav Ganov2012-09-061-0/+1754