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