/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
H A D | TextInfoCompatUtils.java | 62 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 D | AndroidWordLevelSpellCheckerSession.java | 218 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 D | AndroidSpellCheckerSession.java | 216 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 D | TextInfoCompatUtilsTests.java | 63 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 D | AndroidBeam.java | 91 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 D | data.h | 113 XATimedTextStreamInformation textInfo; member
|
/aosp12/frameworks/base/core/java/android/view/textservice/ |
H A D | SpellCheckerSession.java | 192 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 D | SpellChecker.java | 333 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 D | IStreamInformation.cpp | 131 *(XATimedTextStreamInformation *)info = streamInfo.textInfo; in IStreamInformation_QueryStreamInformation()
|
/aosp12/frameworks/base/core/java/android/service/textservice/ |
H A D | SpellCheckerService.java | 125 public abstract SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit); in onGetSuggestions() argument
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |