summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorGilles Debunne <debunne@google.com>2011-05-24 09:26:43 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-05-24 09:26:44 -0700
commit970ce730175e1d27ce3fc7c179f2d24ecc1b5213 (patch)
tree6b15837e1a537ebfb692ea1bb348c25ff1d659d9 /api
parentbd4d5826228d3c3c55a52aa7e175559509ec3498 (diff)
parent9511b41e05312f1f5ed88d22040876218d7bfdd4 (diff)
downloadframeworks_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.txt1
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();