Searched refs:TextInfo (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/textservice/
H A DTextInfo.aidl19 parcelable TextInfo;
H A DTextInfo.java29 public final class TextInfo implements Parcelable { class in inherits:Parcelable
41 public TextInfo(String text) { method in class:TextInfo
48 * @param cookie the cookie for this TextInfo
49 * @param sequenceNumber the sequence number for this TextInfo
51 public TextInfo(String text, int cookie, int sequenceNumber) { method in class:TextInfo
65 * @param cookie the cookie for this TextInfo
66 * @param sequenceNumber the sequence number for this TextInfo
68 public TextInfo(CharSequence charSequence, int start, int end, int cookie, int sequenceNumber) { method in class:TextInfo
87 public TextInfo(Parcel source) { method in class:TextInfo
125 * @return the cookie of TextInfo
[all...]
H A DSpellCheckerSession.java54 * directly, you will need to use {@link #getSuggestions(TextInfo, int)} or
55 * {@link #getSuggestions(TextInfo[], int, boolean)} for obtaining results from the spell checker
180 public void getSentenceSuggestions(TextInfo[] textInfos, int suggestionsLimit) {
189 * @deprecated use {@link SpellCheckerSession#getSentenceSuggestions(TextInfo[], int)} instead
192 public void getSuggestions(TextInfo textInfo, int suggestionsLimit) {
193 getSuggestions(new TextInfo[] {textInfo}, suggestionsLimit, false);
201 * @deprecated use {@link SpellCheckerSession#getSentenceSuggestions(TextInfo[], int)} instead
205 TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords) {
269 public final TextInfo[] mTextInfos;
273 public SpellCheckerParams(int what, TextInfo[] textInfo
[all...]
/frameworks/base/core/java/com/android/internal/textservice/
H A DISpellCheckerSession.aidl19 import android.view.textservice.TextInfo;
26 in TextInfo[] textInfos, int suggestionsLimit, boolean multipleWords);
27 void onGetSentenceSuggestionsMultiple(in TextInfo[] textInfos, int suggestionsLimit);
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java34 import android.view.textservice.TextInfo;
55 * <p>{@link SpellCheckerService.Session#onGetSuggestions(TextInfo, int)}
57 * It receives {@link android.view.textservice.TextInfo} and returns
60 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)} for
116 * Get suggestions for specified text in TextInfo.
124 public abstract SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit);
135 * {@link SpellCheckerService.Session#onGetSuggestions(TextInfo, int)}
137 public SuggestionsInfo[] onGetSuggestionsMultiple(TextInfo[] textInfos,
150 * Get sentence suggestions for specified texts in an array of TextInfo.
161 * {@link SpellCheckerService.Session#onGetSuggestions(TextInfo, in
[all...]
/frameworks/base/core/java/android/widget/
H A DSpellChecker.java33 import android.view.textservice.TextInfo;
267 TextInfo[] textInfos = new TextInfo[mLength];
295 final TextInfo textInfo = new TextInfo(editable, start, end, mCookie, mIds[i]);
298 Log.d(TAG, "create TextInfo: (" + i + "/" + mLength + ") text = "
308 TextInfo[] textInfosCopy = new TextInfo[textInfosCount];
/frameworks/base/
H A DAndroid.mk631 frameworks/base/core/java/android/view/textservice/TextInfo.aidl \
H A Dcompiled-classes-phone4640 android.view.textservice.TextInfo
4641 android.view.textservice.TextInfo$1

Completed in 203 milliseconds