Home
last modified time | relevance | path

Searched refs:hintLocales (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java525 public LocaleList hintLocales = null; field in EditorInfo
1250 pw.println(prefix + "hintLocales=" + hintLocales); in dump()
1289 newEditorInfo.hintLocales = hintLocales; in createCopyInternal()
1331 if (hintLocales != null) { in writeToParcel()
1332 hintLocales.writeToParcel(dest, flags); in writeToParcel()
1374 LocaleList hintLocales = LocaleList.CREATOR.createFromParcel(source);
1375 res.hintLocales = hintLocales.isEmpty() ? null : hintLocales;
1418 && Objects.equals(hintLocales, that.hintLocales) in kindofEquals()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceWindowGainedFocusTest.java281 assertThat(mEditorInfo.hintLocales).isEqualTo(overrideLocale); in startInputOrWindowGainedFocus_localeHintsOverride()
/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
DEditorInfoTest.java85 TEST_EDITOR_INFO.hintLocales = LocaleList.forLanguageTags("en,de,ua");
534 info.hintLocales = LocaleList.forLanguageTags("en,es,zh"); in testDump_filled()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2180 if (mVdmInternal != null && editorInfo.hintLocales == null) { in startInputUncheckedLocked()
2183 editorInfo.hintLocales = hintsFromVirtualDevice; in startInputUncheckedLocked()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt56079 field @Nullable public android.os.LocaleList hintLocales;