HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentSubtype (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 76 private InputMethodSubtypeCompatWrapper mCurrentSubtype;
110 mCurrentSubtype = null;
236 mCurrentSubtype = newSubtype;
505 return null == mCurrentSubtype ? false : VOICE_MODE.equals(getCurrentSubtypeMode());
509 return mCurrentSubtype != null && mCurrentSubtype.getOriginalObject() == null
529 return null != mCurrentSubtype ? mCurrentSubtype.getExtraValue() : "";
534 return null != mCurrentSubtype ? mCurrentSubtype.containsExtraValueKey(key) : false
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 281 private InputMethodSubtype mCurrentSubtype;
    [all...]

Completed in 348 milliseconds