summaryrefslogtreecommitdiff
path: root/core/java/android/view/GestureDetector.java
AgeCommit message (Expand)Author
2021-04-07Allow config context to inflate viewsCharles Chen
2020-08-03Annotating context in framework baseCharles Chen
2020-05-29Add an incorrect context violation on GestureDetectorCharles Chen
2020-02-03Use FrameworkStatsLog instead of StatsLogMuhammad Qureshi
2020-01-24Move ViewConfiguration#AMBIGUOUS_GESTURE_MULTIPLIER to config.xml.Philip Quinn
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-10-31Add additional javadoc for listener parameter.Paul Sowden
2019-04-01Write touch classification metrics.Philip Quinn
2019-03-20Revert "Write touch classification metrics."Philip Quinn
2019-03-14Write touch classification metrics.Philip Quinn
2019-01-31Move multiplier to ViewConfigurationSiarhei Vishniakou
2019-01-22Process DEEP_PRESS in GestureDetectorSiarhei Vishniakou
2018-11-29Get long press timeout directlyJackal Guo
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2017-12-12Fix identation for switch statement.Siarhei Vishniakou
2017-02-01Disable touch slop for generated gesture eventsDennis Kempin
2016-08-18GestureDetector - fix longPress timeoutAndrei Stingaceanu
2015-06-05Change stylus button press to context click in GD - API review feedbackMady Mellor
2015-05-27Update stylus button press recognition in GestureDetector to use new APIsMady Mellor
2015-04-14New listener to recognize stylus button press gesture in GestureDetectorMady Mellor
2013-09-05Add a minimum timeout for double-tap in GestureDetectorAdam Powell
2013-08-30clarify javadoc for constructors.Scott Main
2013-02-15Fix missing onSingleTapConfirmed calls in GestureDetectorAdam Powell
2012-09-13Break flings with opposing velocitiesAdam Powell
2012-08-31GestureDetector - Mask action when checking POINTER_UPAdam Powell
2012-08-29Use focal point for scrolling in GestureDetectorAdam Powell
2012-05-21Fix issue #6447773: Pulse does not run in JB (NPE in GestureDetector.onTouchE...Dianne Hackborn
2011-10-27Cleaning and new constant in ViewConfigurationGilles Debunne
2011-06-09Bug 4588114 - Make GestureDetector behave nicer with parallel multi-touch det...Adam Powell
2011-04-19Track unhandled input events in consistency verifiers.Jeff Brown
2011-03-31Add a little input event consistency verifier.Jeff Brown
2010-02-18Recycle MotionEvents properly in GestureDetectorAdam Powell
2010-02-12Fix MotionEvent pointer API.Dianne Hackborn
2010-02-02Updated GestureDetector to ignore multitouch if requested by the appAdam Powell
2009-07-06Fixes #1444844. Set a maximum fling velocity in scrollable views.Romain Guy
2009-03-18auto import from //branches/cupcake_rel/...@140373The Android Open Source Project
2009-03-09auto import from //branches/cupcake/...@137197The Android Open Source Project
2009-03-05auto import from //depot/cupcake/@136745The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@132589The Android Open Source Project
2009-03-02auto import from //depot/cupcake/@137055The Android Open Source Project
2009-02-19auto import from //branches/cupcake/...@132276The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project