Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java460 public LocaleList hintLocales = null; field in EditorInfo
528 pw.println(prefix + "hintLocales=" + hintLocales); in dump()
553 if (hintLocales != null) { in writeToParcel()
554 hintLocales.writeToParcel(dest, flags); in writeToParcel()
582 LocaleList hintLocales = LocaleList.CREATOR.createFromParcel(source);
583 res.hintLocales = hintLocales.isEmpty() ? null : hintLocales;
/frameworks/base/core/java/android/widget/
DTextView.java6069 public void setImeHintLocales(@Nullable LocaleList hintLocales) { in setImeHintLocales() argument
6072 mEditor.mInputContentType.imeHintLocales = hintLocales; in setImeHintLocales()
6074 changeListenerLocaleTo(hintLocales == null ? null : hintLocales.get(0)); in setImeHintLocales()
7528 outAttrs.hintLocales = mEditor.mInputContentType.imeHintLocales; in onCreateInputConnection()
7531 outAttrs.hintLocales = null; in onCreateInputConnection()
/frameworks/base/api/
Dcurrent.txt48071 field public android.os.LocaleList hintLocales;
Dtest-current.txt48538 field public android.os.LocaleList hintLocales;
Dsystem-current.txt51662 field public android.os.LocaleList hintLocales;