diff options
| author | Svetoslav Ganov <svetoslavganov@google.com> | 2012-05-08 13:46:48 -0700 |
|---|---|---|
| committer | Svetoslav Ganov <svetoslavganov@google.com> | 2012-05-08 14:29:33 -0700 |
| commit | 87bd0dccf7f2558ea1a5e0fce523aea022709834 (patch) | |
| tree | 9a875a9fd9784bedfe2f2d17d088d30776998b1f /api | |
| parent | 6e24d0c69366a29082cbc3962fe67acf533ef1bc (diff) | |
| download | frameworks_base-87bd0dccf7f2558ea1a5e0fce523aea022709834.zip frameworks_base-87bd0dccf7f2558ea1a5e0fce523aea022709834.tar.gz frameworks_base-87bd0dccf7f2558ea1a5e0fce523aea022709834.tar.bz2 | |
Renaming the constants for activation and long press.
1. We will have a double tap to activate an item and
tap and hold to perform a long press.
Change-Id: Ibd9d8774e5a4693d8868d1128e55a82ff0c3a80b
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt index 13c972f..ce39c68 100644 --- a/api/current.txt +++ b/api/current.txt @@ -2018,6 +2018,7 @@ package android.accessibilityservice { method protected void onServiceConnected(); method public final boolean performGlobalAction(int); method public final void setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo); + field public static final int GESTURE_DOUBLE_TAP = 17; // 0x11 field public static final int GESTURE_SWIPE_DOWN = 2; // 0x2 field public static final int GESTURE_SWIPE_DOWN_AND_LEFT = 15; // 0xf field public static final int GESTURE_SWIPE_DOWN_AND_RIGHT = 16; // 0x10 @@ -2034,8 +2035,7 @@ package android.accessibilityservice { field public static final int GESTURE_SWIPE_UP_AND_DOWN = 7; // 0x7 field public static final int GESTURE_SWIPE_UP_AND_LEFT = 13; // 0xd field public static final int GESTURE_SWIPE_UP_AND_RIGHT = 14; // 0xe - field public static final int GESTURE_TWO_FINGER_LONG_PRESS = 18; // 0x12 - field public static final int GESTURE_TWO_FINGER_TAP = 17; // 0x11 + field public static final int GESTURE_TAP_AND_HOLD = 18; // 0x12 field public static final int GLOBAL_ACTION_BACK = 1; // 0x1 field public static final int GLOBAL_ACTION_HOME = 2; // 0x2 field public static final int GLOBAL_ACTION_NOTIFICATIONS = 4; // 0x4 |
