Home | History | Annotate | Download | only in inputmethod

Lines Matching defs:hintLocales

451      * application may be able to put the last used language at the top of {@link #hintLocales}
460 public LocaleList hintLocales = null;
528 pw.println(prefix + "hintLocales=" + hintLocales);
553 if (hintLocales != null) {
554 hintLocales.writeToParcel(dest, flags);
582 LocaleList hintLocales = LocaleList.CREATOR.createFromParcel(source);
583 res.hintLocales = hintLocales.isEmpty() ? null : hintLocales;