summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/GestureDetector.java
Commit message (Collapse)AuthorAgeFilesLines
* Bug 4588114 - Make GestureDetector behave nicer with parallel multi-touch ↵Adam Powell2011-06-091-0/+2
| | | | | | detection Change-Id: I5ca377124a5888f0f45206d5de2d0a4b37e63351
* Track unhandled input events in consistency verifiers.Jeff Brown2011-04-191-0/+6
| | | | | | | | | | This fixes spurious verification errors that would be generated when a view declined an initial event such as ACTION_DOWN. Since the view would not receive the rest of the event stream, it would not see the corresponding ACTION_UP and the next ACTION_DOWN would trigger a spurious verification error. Change-Id: I2386acf378cd1765d5446faed5ad9c6525f8b400
* Add a little input event consistency verifier.Jeff Brown2011-03-311-0/+11
| | | | | | | The idea is to assist with debugging by identifying cases in which the input event stream is corrupted. Change-Id: I0a00e52bbe2716be1b3dfc7c02a754492d8e7f1f
* Recycle MotionEvents properly in GestureDetectorAdam Powell2010-02-181-2/+9
|
* Fix MotionEvent pointer API.Dianne Hackborn2010-02-121-4/+4
| | | | | | | Ooops. The API said that the pointer down and up actions contained the pointer id, but it is actually the index. Actually it makes much more sense for it to be the index, and those ACTION_POINTER_1_DOWN etc. constants were stupid.
* Updated GestureDetector to ignore multitouch if requested by the appAdam Powell2010-02-021-16/+67
| | | | | or if targetSdkVersion >= Froyo. Made ScaleGestureDetector public. current.xml API updates for gestures.
* 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