Searched refs:TextInfo (Results 1 – 13 of 13) sorted by relevance
29 public final class TextInfo implements Parcelable { class41 public TextInfo(String text) { in TextInfo() method in TextInfo51 public TextInfo(String text, int cookie, int sequenceNumber) { in TextInfo() method in TextInfo68 public TextInfo(CharSequence charSequence, int start, int end, int cookie, int sequenceNumber) { in TextInfo() method in TextInfo87 public TextInfo(Parcel source) { in TextInfo() method in TextInfo141 public static final @android.annotation.NonNull Parcelable.Creator<TextInfo> CREATOR142 = new Parcelable.Creator<TextInfo>() {144 public TextInfo createFromParcel(Parcel source) {145 return new TextInfo(source);149 public TextInfo[] newArray(int size) {[all …]
175 public void getSentenceSuggestions(TextInfo[] textInfos, int suggestionsLimit) { in getSentenceSuggestions()192 public void getSuggestions(TextInfo textInfo, int suggestionsLimit) { in getSuggestions()193 getSuggestions(new TextInfo[] {textInfo}, suggestionsLimit, false); in getSuggestions()205 TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords) { in getSuggestions()277 public final TextInfo[] mTextInfos;281 public SpellCheckerParams(int what, TextInfo[] textInfos, int suggestionsLimit, in SpellCheckerParams()431 TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords) { in getSuggestionsMultiple()437 public void getSentenceSuggestionsMultiple(TextInfo[] textInfos, int suggestionsLimit) { in getSentenceSuggestionsMultiple()
19 parcelable TextInfo;
30 import android.view.textservice.TextInfo;138 public SuggestionsInfo[] onGetSuggestionsMultiple(TextInfo[] textInfos, in onGetSuggestionsMultiple()164 public SentenceSuggestionsInfo[] onGetSentenceSuggestionsMultiple(TextInfo[] textInfos, in onGetSentenceSuggestionsMultiple()194 final TextInfo[] splitTextInfos = new TextInfo[itemsSize]; in onGetSentenceSuggestionsMultiple()269 TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords) { in onGetSuggestionsMultiple()386 public final TextInfo mTextInfo;389 public SentenceWordItem(TextInfo ti, int start, int end) { in SentenceWordItem()400 final TextInfo mOriginalTextInfo;403 public SentenceTextInfoParams(TextInfo ti, ArrayList<SentenceWordItem> items) { in SentenceTextInfoParams()415 private SentenceTextInfoParams getSplitWords(TextInfo originalTextInfo) { in getSplitWords()[all …]
19 import android.view.textservice.TextInfo;26 in TextInfo[] textInfos, int suggestionsLimit, boolean multipleWords); in onGetSuggestionsMultiple()27 void onGetSentenceSuggestionsMultiple(in TextInfo[] textInfos, int suggestionsLimit); in onGetSentenceSuggestionsMultiple()
34 import android.view.textservice.TextInfo;293 TextInfo[] textInfos = new TextInfo[mLength]; in spellCheck()334 final TextInfo textInfo = new TextInfo(editable, start, end, mCookie, mIds[i]); in spellCheck()347 TextInfo[] textInfosCopy = new TextInfo[textInfosCount]; in spellCheck()
9369 android.view.textservice.TextInfo$19370 android.view.textservice.TextInfo14045 [Landroid.view.textservice.TextInfo;
19599 …ew/textservice/SpellCheckerSession;->getSentenceSuggestions([Landroid/view/textservice/TextInfo;I)V19609 HSPLandroid/view/textservice/TextInfo;-><init>(Ljava/lang/CharSequence;IIII)V22292 …heckerSession$Stub$Proxy;->onGetSentenceSuggestionsMultiple([Landroid/view/textservice/TextInfo;I)V32167 Landroid/view/textservice/TextInfo$1;32168 Landroid/view/textservice/TextInfo;36854 [Landroid/view/textservice/TextInfo;
9400 android.view.textservice.TextInfo$19401 android.view.textservice.TextInfo17040 [Landroid.view.textservice.TextInfo;
19663 …ew/textservice/SpellCheckerSession;->getSentenceSuggestions([Landroid/view/textservice/TextInfo;I)V19673 HSPLandroid/view/textservice/TextInfo;-><init>(Ljava/lang/CharSequence;IIII)V22356 …heckerSession$Stub$Proxy;->onGetSentenceSuggestionsMultiple([Landroid/view/textservice/TextInfo;I)V42301 Landroid/view/textservice/TextInfo$1;42302 Landroid/view/textservice/TextInfo;49957 [Landroid/view/textservice/TextInfo;
50370 …eckerService$SentenceLevelAdapter$SentenceWordItem;-><init>(Landroid/view/textservice/TextInfo;II)V50373 …heckerService$SentenceLevelAdapter$SentenceWordItem;->mTextInfo:Landroid/view/textservice/TextInfo;62938 Landroid/view/textservice/TextInfo;->DEFAULT_COOKIE:I62939 Landroid/view/textservice/TextInfo;->DEFAULT_SEQUENCE_NUMBER:I62940 Landroid/view/textservice/TextInfo;->getStringLengthOrZero(Ljava/lang/String;)I62941 Landroid/view/textservice/TextInfo;->mCharSequence:Ljava/lang/CharSequence;62942 Landroid/view/textservice/TextInfo;->mCookie:I62943 Landroid/view/textservice/TextInfo;->mSequenceNumber:I85057 …ISpellCheckerSession$Stub$Proxy;->onGetSuggestionsMultiple([Landroid/view/textservice/TextInfo;IZ)V85067 …ice/ISpellCheckerSession;->onGetSentenceSuggestionsMultiple([Landroid/view/textservice/TextInfo;I)V[all …]
41277 … android.view.textservice.SuggestionsInfo onGetSuggestions(android.view.textservice.TextInfo, int);41278 …vice.SuggestionsInfo[] onGetSuggestionsMultiple(android.view.textservice.TextInfo[], int, boolean);56720 method public void getSentenceSuggestions(android.view.textservice.TextInfo[], int);56722 method @Deprecated public void getSuggestions(android.view.textservice.TextInfo, int);56723 … method @Deprecated public void getSuggestions(android.view.textservice.TextInfo[], int, boolean);56783 public final class TextInfo implements android.os.Parcelable {56784 ctor public TextInfo(String);56785 ctor public TextInfo(String, int, int);56786 ctor public TextInfo(CharSequence, int, int, int, int);56787 ctor public TextInfo(android.os.Parcel);[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...