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

  /frameworks/base/core/java/android/view/inputmethod/
EditorInfo.java 355 * application may be able to put the last used language at the top of {@link #hintLocales}
364 public LocaleList hintLocales = null;
420 pw.println(prefix + "hintLocales=" + hintLocales);
444 if (hintLocales != null) {
445 hintLocales.writeToParcel(dest, flags);
472 LocaleList hintLocales = LocaleList.CREATOR.createFromParcel(source);
473 res.hintLocales = hintLocales.isEmpty() ? null : hintLocales;
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 37 milliseconds