diff options
author | Gilles Debunne <debunne@google.com> | 2011-05-24 09:26:43 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-05-24 09:26:44 -0700 |
commit | 970ce730175e1d27ce3fc7c179f2d24ecc1b5213 (patch) | |
tree | 6b15837e1a537ebfb692ea1bb348c25ff1d659d9 /api | |
parent | bd4d5826228d3c3c55a52aa7e175559509ec3498 (diff) | |
parent | 9511b41e05312f1f5ed88d22040876218d7bfdd4 (diff) | |
download | frameworks_base-970ce730175e1d27ce3fc7c179f2d24ecc1b5213.zip frameworks_base-970ce730175e1d27ce3fc7c179f2d24ecc1b5213.tar.gz frameworks_base-970ce730175e1d27ce3fc7c179f2d24ecc1b5213.tar.bz2 |
Merge "Made getOffsetForPosition public in TextView."
Diffstat (limited to 'api')
-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 3558451..cf6e955 100644 --- a/api/current.txt +++ b/api/current.txt @@ -25208,6 +25208,7 @@ package android.widget { method public final android.content.res.ColorStateList getLinkTextColors(); method public final boolean getLinksClickable(); method public final android.text.method.MovementMethod getMovementMethod(); + method public int getOffsetForPosition(float, float); method public android.text.TextPaint getPaint(); method public int getPaintFlags(); method public java.lang.String getPrivateImeOptions(); |