summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/touch/SwipeDetector.java
Commit message (Expand)AuthorAgeFilesLines
* More debug tracing for switching to all apps not sending the final eventvadimt2019-05-311-0/+12
* Add debug tracing for a lab-only flakevadimt2019-05-291-0/+6
* Fix NPE / add downX,Y location for all swipes/ add extra debugging infoHyunyoung Song2019-04-241-0/+7
* Use motion event time instead of system time when detecting motion pauseTony2019-04-031-3/+7
* Fix SwipeDetector positive vs negative for HORIZONTAL directionTony2019-03-271-15/+56
* Using velocity tracker for computing the velocity of motion eventsSunny Goyal2018-09-131-58/+40
* Migrating to android-xSunny Goyal2018-08-141-2/+3
* Can now swipe away to dismiss second taskTony Wickham2018-04-091-0/+4
* Handling configuration changesSunny Goyal2018-02-011-1/+5
* Adding swipe gestures in overview screenSunny Goyal2018-01-161-0/+10
* Initial interaction for two state swipe to overviewSunny Goyal2017-12-111-1/+1
* Consolidating various interpolatorsSunny Goyal2017-10-261-20/+1
* Using common fling detection logic for notification and all-appsSunny Goyal2017-07-201-66/+108
* SwipeDetector should work on multi touch finger pointsHyunyoung Song2017-07-181-8/+35
* Add tests to SwipeDetector (formerly VerticalPullDetector).Hyunyoung Song2017-07-061-0/+303