Searched refs:mSwitchingAwareRotationList (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java439 private final DynamicRotationList mSwitchingAwareRotationList; field in class:InputMethodSubtypeSwitchingController.ControllerImpl
450 currentInstance.mSwitchingAwareRotationList != null &&
451 Objects.equals(currentInstance.mSwitchingAwareRotationList.mImeSubtypeList,
454 switchingAwareRotationList = currentInstance.mSwitchingAwareRotationList;
484 mSwitchingAwareRotationList = switchingAwareRotationList;
508 return mSwitchingAwareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi,
521 mSwitchingAwareRotationList.onUserAction(imi, subtype);
541 pw.println(" mSwitchingAwareRotationList:");
542 mSwitchingAwareRotationList.dump(pw, " ");

Completed in 105 milliseconds