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
/
GestureDetector.java
Age
Commit message (
Expand
)
Author
2021-04-07
Allow config context to inflate views
Charles Chen
2020-08-03
Annotating context in framework base
Charles Chen
2020-05-29
Add an incorrect context violation on GestureDetector
Charles Chen
2020-02-03
Use FrameworkStatsLog instead of StatsLog
Muhammad Qureshi
2020-01-24
Move ViewConfiguration#AMBIGUOUS_GESTURE_MULTIPLIER to config.xml.
Philip Quinn
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-10-31
Add additional javadoc for listener parameter.
Paul Sowden
2019-04-01
Write touch classification metrics.
Philip Quinn
2019-03-20
Revert "Write touch classification metrics."
Philip Quinn
2019-03-14
Write touch classification metrics.
Philip Quinn
2019-01-31
Move multiplier to ViewConfiguration
Siarhei Vishniakou
2019-01-22
Process DEEP_PRESS in GestureDetector
Siarhei Vishniakou
2018-11-29
Get long press timeout directly
Jackal Guo
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-12-12
Fix identation for switch statement.
Siarhei Vishniakou
2017-02-01
Disable touch slop for generated gesture events
Dennis Kempin
2016-08-18
GestureDetector - fix longPress timeout
Andrei Stingaceanu
2015-06-05
Change stylus button press to context click in GD - API review feedback
Mady Mellor
2015-05-27
Update stylus button press recognition in GestureDetector to use new APIs
Mady Mellor
2015-04-14
New listener to recognize stylus button press gesture in GestureDetector
Mady Mellor
2013-09-05
Add a minimum timeout for double-tap in GestureDetector
Adam Powell
2013-08-30
clarify javadoc for constructors.
Scott Main
2013-02-15
Fix missing onSingleTapConfirmed calls in GestureDetector
Adam Powell
2012-09-13
Break flings with opposing velocities
Adam Powell
2012-08-31
GestureDetector - Mask action when checking POINTER_UP
Adam Powell
2012-08-29
Use focal point for scrolling in GestureDetector
Adam Powell
2012-05-21
Fix issue #6447773: Pulse does not run in JB (NPE in GestureDetector.onTouchE...
Dianne Hackborn
2011-10-27
Cleaning and new constant in ViewConfiguration
Gilles Debunne
2011-06-09
Bug 4588114 - Make GestureDetector behave nicer with parallel multi-touch det...
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
2010-02-18
Recycle MotionEvents properly in GestureDetector
Adam Powell
2010-02-12
Fix MotionEvent pointer API.
Dianne Hackborn
2010-02-02
Updated GestureDetector to ignore multitouch if requested by the app
Adam Powell
2009-07-06
Fixes #1444844. Set a maximum fling velocity in scrollable views.
Romain Guy
2009-03-18
auto import from //branches/cupcake_rel/...@140373
The Android Open Source Project
2009-03-09
auto import from //branches/cupcake/...@137197
The Android Open Source Project
2009-03-05
auto import from //depot/cupcake/@136745
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@132589
The Android Open Source Project
2009-03-02
auto import from //depot/cupcake/@137055
The Android Open Source Project
2009-02-19
auto import from //branches/cupcake/...@132276
The Android Open Source Project
2009-02-10
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project