diff options
author | Michael Wright <michaelwr@google.com> | 2013-03-08 15:19:19 -0800 |
---|---|---|
committer | Michael Wright <michaelwr@google.com> | 2013-03-11 17:58:22 -0700 |
commit | e7a9ae8ba0fb7fc61960e3facd0c5534e9ffce1e (patch) | |
tree | cc5172cc643067df271ac91c222cc8336ffdc894 /api/current.txt | |
parent | 74e4156e5c62392c37f4a70358de30dcfff4956f (diff) | |
download | frameworks_base-e7a9ae8ba0fb7fc61960e3facd0c5534e9ffce1e.zip frameworks_base-e7a9ae8ba0fb7fc61960e3facd0c5534e9ffce1e.tar.gz frameworks_base-e7a9ae8ba0fb7fc61960e3facd0c5534e9ffce1e.tar.bz2 |
Add touch navigation input source
Bug: 8276741
Change-Id: I674b9804bf9ae76d694ae7073b54a7d43474a43c
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 3f3819c..3132a91 100644 --- a/api/current.txt +++ b/api/current.txt @@ -24171,6 +24171,7 @@ package android.view { field public static final int SOURCE_CLASS_BUTTON = 1; // 0x1 field public static final int SOURCE_CLASS_JOYSTICK = 16; // 0x10 field public static final int SOURCE_CLASS_MASK = 255; // 0xff + field public static final int SOURCE_CLASS_NONE = 0; // 0x0 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2 field public static final int SOURCE_CLASS_POSITION = 8; // 0x8 field public static final int SOURCE_CLASS_TRACKBALL = 4; // 0x4 @@ -24182,6 +24183,7 @@ package android.view { field public static final int SOURCE_STYLUS = 16386; // 0x4002 field public static final int SOURCE_TOUCHPAD = 1048584; // 0x100008 field public static final int SOURCE_TOUCHSCREEN = 4098; // 0x1002 + field public static final int SOURCE_TOUCH_NAVIGATION = 2097152; // 0x200000 field public static final int SOURCE_TRACKBALL = 65540; // 0x10004 field public static final int SOURCE_UNKNOWN = 0; // 0x0 } |