summaryrefslogtreecommitdiff
path: root/core/java/android/view/ScaleGestureDetector.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-04-10Fix for unexpected scale factors in ScaleGestureDetectorAdam Powell
2019-02-26getScaledMinScalingSpan -> getScaledMinimum...shepshapard
2019-02-08Prevent reflection - ScaleGestureDetector#mMinSpanshepshapard
2019-02-04Don't allow reflection on ScaleGestureDetector#mSpanSlop.Sumir Kataria
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2016-10-12Fix import statement in view|transition|animation packages.Aurimas Liutikas
2016-04-04Tweaks for ScaleGestureDetectorAdam Powell
2015-06-04Stylus scale - API review feedbackMady Mellor
2015-05-21Update button to BUTTON_STYLUS_PRIMARYMady Mellor
2015-04-22Enable stylus scale by default for apps targeting MNC+Mady Mellor
2015-04-16Remove mouse association in scaling, only do it for stylus, update doc.Mady Mellor
2015-03-30Recognizes the stylus scale gesture in ScaleGestureDetectorMady Mellor
2014-10-01Switch from FloatMath -> Math and Math.hypot where possibleNeil Fuller
2013-11-15Cancel double tap mode on action_upMindy Pereira
2013-09-17Add isQuickScaleEnabled to ScaleGestureDetectorMindy Pereira
2013-09-09Scale feels too quick in relation to movementMindy Pereira
2013-08-29Add doubletap swipe to scalegesturedetectorMindy Pereira
2012-11-28Fix time-related ScaleGestureDetector methodsAdam Powell
2012-10-09Allow more scaling values to be tuned in resource overlaysAdam Powell
2012-10-02Further refine touchMajor processing in ScaleGestureDetectorAdam Powell
2012-09-28ScaleGestureDetector does the safety dance.Adam Powell
2012-09-26ScaleGestureDetector bugfixesAdam Powell
2012-09-25Further tweak touchMajor/Minor stabilization in ScaleGestureDetectorAdam Powell
2012-09-25Smooth out handling of touchMajor/touchMinor in ScaleGestureDetector.Adam Powell
2012-09-16Minor fixes/clarifications for previous patch.Adam Powell
2012-09-16Squish!Adam Powell
2012-09-04Delay starting scale gesture events until a touch slop thresholdAdam Powell
2012-08-28New implementation for ScaleGestureDetectorAdam Powell
2012-06-08Remove edge slop handling from ScaleGestureDetector.Jeff Brown
2011-06-09am 4e1504a6: am 7ed8ff18: am 68b81434: Merge "Fix bug 4533120 - rough handlin...Adam Powell
2011-06-07Fix bug 4533120 - rough handling of invalid event streams inAdam Powell
2011-04-19Track unhandled input events in consistency verifiers.Jeff Brown
2011-03-31Add a little input event consistency verifier.Jeff Brown
2011-03-17Fix bug 4111271 and bug 4077526 - WebView touch event handling whenAdam Powell
2011-03-07Fix bug 3506292 - Add guards against bad event streams to ScaleGestureDetectorAdam Powell
2011-02-28Fix some bugs in the new ScaleGestureDetector logic.Adam Powell
2011-02-24Ensure WebView passes a complete/in-order event stream toAdam Powell
2010-09-02Added methods for getting the x and y spanErik
2010-08-10Fix public bug http://code.google.com/p/android/issues/detail?id=10067Adam Powell
2010-03-12Improvements to ScaleGestureDetectorAdam Powell
2010-03-03InputDevice filtering for jumpy screens.Adam Powell
2010-02-03Javadoc fixes to ScaleGestureDetector for SDK buildsAdam Powell
2010-02-02Updated GestureDetector to ignore multitouch if requested by the appAdam Powell
2010-01-20ScaleGestureDetector needs to query the displaymetricsGrace Kloba
2010-01-20Fix the sloppy detection in the ScaleGestureDetector.Grace Kloba
2010-01-19Edge of screen slop detection for ScaleGestureDetector.Adam Powell
2010-01-13TransformGestureDetector is now ScaleGestureDetector - scope reduced.Adam Powell