summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2014-06-25 19:46:47 +0900
committerYohei Yukawa <yukawa@google.com>2014-06-30 09:42:18 +0900
commit5d6b6f2892c90e95ef3bc650a245a5f2ca021d38 (patch)
tree50b7c124d3424ab13c203ba7a470fde7d46fa92c /api/current.txt
parent9c5ac7aef16d26bfa9d8f4b9bd1fec4c5b93b69f (diff)
downloadframeworks_base-5d6b6f2892c90e95ef3bc650a245a5f2ca021d38.zip
frameworks_base-5d6b6f2892c90e95ef3bc650a245a5f2ca021d38.tar.gz
frameworks_base-5d6b6f2892c90e95ef3bc650a245a5f2ca021d38.tar.bz2
Allow TextInfo to store ParcelableSpans for TextService
This CL adds a new constructor of TextService so that spell parcelable spans can be preserved in TextInfo. The primary usage scenario is to provide locale information for spell checker service. BUG: 15869548 Change-Id: Ib58ece68dee4c6187d469049fca8c35a307c7a01
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index b7d62da..5c5f851 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -35302,6 +35302,7 @@ package android.view.textservice {
public final class TextInfo implements android.os.Parcelable {
ctor public TextInfo(java.lang.String);
ctor public TextInfo(java.lang.String, int, int);
+ ctor public TextInfo(java.lang.CharSequence, int, int, int, int);
ctor public TextInfo(android.os.Parcel);
method public int describeContents();
method public int getCookie();