summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorGilles Debunne <debunne@google.com>2011-05-23 18:33:48 -0700
committerGilles Debunne <debunne@google.com>2011-05-23 18:48:26 -0700
commit9511b41e05312f1f5ed88d22040876218d7bfdd4 (patch)
tree2ffa1b93a46e6199616799f6445800400549e736 /api
parent3bca69b09fb51116b5eb18fb91cb991c1450e384 (diff)
downloadframeworks_base-9511b41e05312f1f5ed88d22040876218d7bfdd4.zip
frameworks_base-9511b41e05312f1f5ed88d22040876218d7bfdd4.tar.gz
frameworks_base-9511b41e05312f1f5ed88d22040876218d7bfdd4.tar.bz2
Made getOffsetForPosition public in TextView.
Bug 4443839 Change-Id: I3e5d6f0fe3a45b068166f682daf3c4163903306e
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 3339497..d8fabaa 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -25207,6 +25207,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();