summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/GestureDetector.java
Commit message (Expand)AuthorAgeFilesLines
* Change stylus button press to context click in GD - API review feedbackMady Mellor2015-06-051-35/+31
* Update stylus button press recognition in GestureDetector to use new APIsMady Mellor2015-05-271-30/+52
* New listener to recognize stylus button press gesture in GestureDetectorMady Mellor2015-04-141-13/+75
* Add a minimum timeout for double-tap in GestureDetectorAdam Powell2013-09-051-2/+3
* clarify javadoc for constructors.Scott Main2013-08-301-7/+8
* Fix missing onSingleTapConfirmed calls in GestureDetectorAdam Powell2013-02-151-2/+15
* Break flings with opposing velocitiesAdam Powell2012-09-131-0/+21
* GestureDetector - Mask action when checking POINTER_UPAdam Powell2012-08-311-1/+2
* Use focal point for scrolling in GestureDetectorAdam Powell2012-08-291-54/+64
* Fix issue #6447773: Pulse does not run in JB (NPE in GestureDetector.onTouchE...Dianne Hackborn2012-05-211-2/+6
* Cleaning and new constant in ViewConfigurationGilles Debunne2011-10-271-5/+6
* Bug 4588114 - Make GestureDetector behave nicer with parallel multi-touch det...Adam Powell2011-06-091-0/+2
* Track unhandled input events in consistency verifiers.Jeff Brown2011-04-191-0/+6
* Add a little input event consistency verifier.Jeff Brown2011-03-311-0/+11
* Recycle MotionEvents properly in GestureDetectorAdam Powell2010-02-181-2/+9
* Fix MotionEvent pointer API.Dianne Hackborn2010-02-121-4/+4
* Updated GestureDetector to ignore multitouch if requested by the appAdam Powell2010-02-021-16/+67
* Fixes #1444844. Set a maximum fling velocity in scrollable views.Romain Guy2009-07-061-1/+4
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-2/+0
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-1/+2
* auto import from //depot/cupcake/@136745The Android Open Source Project2009-03-051-4/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+564
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-513/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-71/+20
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-20/+71
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-6/+18
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-28/+161
* Initial ContributionThe Android Open Source Project2008-10-211-0/+368