diff options
author | Michael Wright <michaelwr@google.com> | 2013-03-08 14:58:14 -0800 |
---|---|---|
committer | Michael Wright <michaelwr@google.com> | 2013-03-11 16:02:51 -0700 |
commit | 74e4156e5c62392c37f4a70358de30dcfff4956f (patch) | |
tree | ff7079cdfb9615ea100bcbc2535e7d325530adbc /api/current.txt | |
parent | e70748e78b0819bf485efdeabe7f8447b201b13a (diff) | |
download | frameworks_base-74e4156e5c62392c37f4a70358de30dcfff4956f.zip frameworks_base-74e4156e5c62392c37f4a70358de30dcfff4956f.tar.gz frameworks_base-74e4156e5c62392c37f4a70358de30dcfff4956f.tar.bz2 |
Add InputDevice#isFromSource convenience method
Change-Id: If2d2e37bc3fff5a862ea3652c7ef9778018e7ecc
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 b3dde6b..3f3819c 100644 --- a/api/current.txt +++ b/api/current.txt @@ -24194,6 +24194,7 @@ package android.view { method public float getMin(); method public float getRange(); method public int getSource(); + method public boolean isFromSource(int); } public abstract class InputEvent implements android.os.Parcelable { @@ -24202,6 +24203,7 @@ package android.view { method public abstract int getDeviceId(); method public abstract long getEventTime(); method public abstract int getSource(); + method public boolean isFromSource(int); field public static final android.os.Parcelable.Creator CREATOR; } |