Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java464 public LocaleList hintLocales = null; field in EditorInfo
548 pw.println(prefix + "hintLocales=" + hintLocales); in dump()
576 if (hintLocales != null) { in writeToParcel()
577 hintLocales.writeToParcel(dest, flags); in writeToParcel()
606 LocaleList hintLocales = LocaleList.CREATOR.createFromParcel(source);
607 res.hintLocales = hintLocales.isEmpty() ? null : hintLocales;
/frameworks/base/core/java/android/widget/
DTextView.java7147 public void setImeHintLocales(@Nullable LocaleList hintLocales) { in setImeHintLocales() argument
7150 mEditor.mInputContentType.imeHintLocales = hintLocales; in setImeHintLocales()
7152 changeListenerLocaleTo(hintLocales == null ? null : hintLocales.get(0)); in setImeHintLocales()
8622 outAttrs.hintLocales = mEditor.mInputContentType.imeHintLocales; in onCreateInputConnection()
8625 outAttrs.hintLocales = null; in onCreateInputConnection()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...