summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ScaleGestureDetector.java
Commit message (Expand)AuthorAgeFilesLines
* am 4e1504a6: am 7ed8ff18: am 68b81434: Merge "Fix bug 4533120 - rough handlin...Adam Powell2011-06-091-0/+9
|\
| * Fix bug 4533120 - rough handling of invalid event streams inAdam Powell2011-06-071-0/+9
* | Track unhandled input events in consistency verifiers.Jeff Brown2011-04-191-4/+8
* | Add a little input event consistency verifier.Jeff Brown2011-03-311-0/+11
|/
* Fix bug 4111271 and bug 4077526 - WebView touch event handling whenAdam Powell2011-03-171-0/+13
* Fix bug 3506292 - Add guards against bad event streams to ScaleGestureDetectorAdam Powell2011-03-071-0/+25
* Fix some bugs in the new ScaleGestureDetector logic.Adam Powell2011-02-281-0/+13
* Ensure WebView passes a complete/in-order event stream toAdam Powell2011-02-241-54/+200
* Added methods for getting the x and y spanErik2010-09-021-24/+64
* Fix public bug http://code.google.com/p/android/issues/detail?id=10067Adam Powell2010-08-101-2/+2
* Improvements to ScaleGestureDetectorAdam Powell2010-03-121-8/+20
* InputDevice filtering for jumpy screens.Adam Powell2010-03-031-44/+50
* Javadoc fixes to ScaleGestureDetector for SDK buildsAdam Powell2010-02-031-6/+6
* Updated GestureDetector to ignore multitouch if requested by the appAdam Powell2010-02-021-5/+2
* ScaleGestureDetector needs to query the displaymetricsGrace Kloba2010-01-201-3/+5
* Fix the sloppy detection in the ScaleGestureDetector.Grace Kloba2010-01-201-11/+26
* Edge of screen slop detection for ScaleGestureDetector.Adam Powell2010-01-191-10/+95
* TransformGestureDetector is now ScaleGestureDetector - scope reduced.Adam Powell2010-01-131-0/+360