diff options
author | Sujith Ramakrishnan <sujithrk@google.com> | 2014-05-19 15:32:13 -0700 |
---|---|---|
committer | Sujith Ramakrishnan <sujithrk@google.com> | 2014-07-01 15:57:45 -0700 |
commit | cc32bd83e4d420c1adaeb3ea40f8986471e54590 (patch) | |
tree | 197da414b65c1ebbfbbdaa0c1e102216836445ec /api/current.txt | |
parent | 7de699fb68a5219f6801bf0c978fb9f739e54d3f (diff) | |
download | frameworks_base-cc32bd83e4d420c1adaeb3ea40f8986471e54590.zip frameworks_base-cc32bd83e4d420c1adaeb3ea40f8986471e54590.tar.gz frameworks_base-cc32bd83e4d420c1adaeb3ea40f8986471e54590.tar.bz2 |
Add support for mouse-based text selection.
Incorporate patch from Logitech (donated under AOSP license) to the
framework to add mouse-based text selection to ArrowKeyMovementMethod.
Bug: 14652753
Change-Id: Iab264bb954b72ccedfada763eba8f13ef37a4578
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 78ac7d3..ef8cbb1 100644 --- a/api/current.txt +++ b/api/current.txt @@ -32297,6 +32297,7 @@ package android.view { method public final float getY(); method public final float getY(int); method public final float getYPrecision(); + method public final boolean isButtonPressed(int); method public static android.view.MotionEvent obtain(long, long, int, int, android.view.MotionEvent.PointerProperties[], android.view.MotionEvent.PointerCoords[], int, int, float, float, int, int, int, int); method public static deprecated android.view.MotionEvent obtain(long, long, int, int, int[], android.view.MotionEvent.PointerCoords[], int, float, float, int, int, int, int); method public static android.view.MotionEvent obtain(long, long, int, float, float, float, float, int, float, float, int, int); |