summaryrefslogtreecommitdiffstats
path: root/tests/sketch/src/com/android/gesture/GestureUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* First pass at cleaning up the gestures code.Romain Guy2009-05-201-426/+0
|
* Recovered the code of the gesture libraryYang Li2009-05-181-0/+426
|
* Revert "Squashed commit of the following:"Yang Li2009-05-151-358/+0
| | | | This reverts commit f8173411cc612017ecfa115d71fb823b0714d982.
* Squashed commit of the following:Yang Li2009-05-151-0/+358
commit db1a75ffc2d5a811a8d983289dd4d0d9f2eeba5c Author: Yang Li <liyang@google.com> Date: Fri May 1 17:49:29 2009 -0700 Fixed a few more styles issues and made some methods package private commit f9735c3f1bbe6183337df226aa730b4be1225d55 Author: Yang Li <liyang@google.com> Date: Fri May 1 16:38:16 2009 -0700 - Refactored the code for Android coding styles and performance - Renamed GesturePad to GestureOverlay - Added GestureAdapter for default touch-through interactions of GestureOverlay - Added a new exmaple, ContactListGestureOverlay, to show how to gesture over an arbitary view commit 31050183c6d85091612f53155126c2488b920e32 Author: Yang Li <liyang@google.com> Date: Wed Apr 29 18:41:54 2009 -0700 Refactored the Gesture Library (An initial check-in).