Home
last modified time | relevance | path

Searched refs:textInfo (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DTextInfoCompatUtils.java62 public static CharSequence getCharSequenceOrString(final TextInfo textInfo) { in getCharSequenceOrString() argument
63 final CharSequence defaultValue = (textInfo == null ? null : textInfo.getText()); in getCharSequenceOrString()
64 return (CharSequence) CompatUtils.invoke(textInfo, defaultValue, in getCharSequenceOrString()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidWordLevelSpellCheckerSession.java218 private SuggestionsInfo onGetSuggestionsInternal(final TextInfo textInfo, in onGetSuggestionsInternal() argument
220 return onGetSuggestionsInternal(textInfo, null, suggestionsLimit); in onGetSuggestionsInternal()
224 final TextInfo textInfo, final NgramContext ngramContext, final int suggestionsLimit) { in onGetSuggestionsInternal() argument
226 final String text = textInfo.getText(). in onGetSuggestionsInternal()
382 public SuggestionsInfo onGetSuggestions(final TextInfo textInfo, final int suggestionsLimit) { in onGetSuggestions() argument
385 return onGetSuggestionsInternal(textInfo, suggestionsLimit); in onGetSuggestions()
H A DAndroidSpellCheckerSession.java216 final TextInfo textInfo = textInfos[i]; in onGetSuggestionsMultiple() local
217 retval[i] = onGetSuggestionsInternal(textInfo, ngramContext, suggestionsLimit); in onGetSuggestionsMultiple()
218 retval[i].setCookieAndSequence(textInfo.getCookie(), textInfo.getSequence()); in onGetSuggestionsMultiple()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
H A DTextInfoCompatUtilsTests.java63 final TextInfo textInfo = TextInfoCompatUtils.newInstance(text, in testGetCharSequence() local
69 TextInfoCompatUtils.getCharSequenceOrString(textInfo); in testGetCharSequence()
/aosp12/packages/apps/Settings/src/com/android/settings/nfc/
H A DAndroidBeam.java91 TextView textInfo = mView.findViewById(android.R.id.title); in onCreateView() local
92 textInfo.setText(R.string.android_beam_explained); in onCreateView()
/aosp12/frameworks/wilhelm/src/
H A Ddata.h113 XATimedTextStreamInformation textInfo; member
/aosp12/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java192 public void getSuggestions(TextInfo textInfo, int suggestionsLimit) { in getSuggestions() argument
193 getSuggestions(new TextInfo[] {textInfo}, suggestionsLimit, false); in getSuggestions()
/aosp12/frameworks/base/core/java/android/widget/
H A DSpellChecker.java333 final TextInfo textInfo = new TextInfo(editable, start, end, mCookie, mIds[i]); in spellCheck() local
334 textInfos[textInfosCount++] = textInfo; in spellCheck()
337 + textInfo.getSequence() + ", cookie = " + mCookie + ", seq = " in spellCheck()
/aosp12/frameworks/wilhelm/src/itf/
H A DIStreamInformation.cpp131 *(XATimedTextStreamInformation *)info = streamInfo.textInfo; in IStreamInformation_QueryStreamInformation()
/aosp12/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java125 public abstract SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit); in onGetSuggestions() argument
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...