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

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java440 private final StaticRotationList mSwitchingUnawareRotationList; field in class:InputMethodSubtypeSwitchingController.ControllerImpl
466 currentInstance.mSwitchingUnawareRotationList != null &&
468 currentInstance.mSwitchingUnawareRotationList.mImeSubtypeList,
471 switchingUnawareRotationList = currentInstance.mSwitchingUnawareRotationList;
485 mSwitchingUnawareRotationList = switchingUnawareRotationList;
511 return mSwitchingUnawareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi,
543 pw.println(" mSwitchingUnawareRotationList:");
544 mSwitchingUnawareRotationList.dump(pw, " ");

Completed in 34 milliseconds