HomeSort by relevance Sort by last modified time
    Searched full:applicablesubtypes (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 574 final ArrayList<InputMethodSubtype> applicableSubtypes = new ArrayList<InputMethodSubtype>(
582 applicableSubtypes.add(subtype);
590 applicableSubtypes.add(lastResortKeyboardSubtype);
593 return applicableSubtypes;
    [all...]

Completed in 68 milliseconds