summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ScaleGestureDetector.java
Commit message (Expand)AuthorAgeFilesLines
* Switch from FloatMath -> Math and Math.hypot where possibleNeil Fuller2014-10-011-2/+1
* Cancel double tap mode on action_upMindy Pereira2013-11-151-0/+4
* Add isQuickScaleEnabled to ScaleGestureDetectorMindy Pereira2013-09-171-4/+12
* Scale feels too quick in relation to movementMindy Pereira2013-09-091-5/+12
* Add doubletap swipe to scalegesturedetectorMindy Pereira2013-08-291-13/+119
* Fix time-related ScaleGestureDetector methodsAdam Powell2012-11-281-0/+4
* Allow more scaling values to be tuned in resource overlaysAdam Powell2012-10-091-3/+6
* Further refine touchMajor processing in ScaleGestureDetectorAdam Powell2012-10-021-108/+49
* ScaleGestureDetector does the safety dance.Adam Powell2012-09-281-2/+20
* ScaleGestureDetector bugfixesAdam Powell2012-09-261-2/+2
* Further tweak touchMajor/Minor stabilization in ScaleGestureDetectorAdam Powell2012-09-251-2/+3
* Smooth out handling of touchMajor/touchMinor in ScaleGestureDetector.Adam Powell2012-09-251-1/+130
* Minor fixes/clarifications for previous patch.Adam Powell2012-09-161-3/+2
* Squish!Adam Powell2012-09-161-4/+11
* Delay starting scale gesture events until a touch slop thresholdAdam Powell2012-09-041-8/+16
* New implementation for ScaleGestureDetectorAdam Powell2012-08-281-313/+133
* Remove edge slop handling from ScaleGestureDetector.Jeff Brown2012-06-081-201/+29
* 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