HomeSort by relevance Sort by last modified time
    Searched defs:hintLocales (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
EditorInfo.java 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;
    [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 371 milliseconds