Home
last modified time | relevance | path

Searched refs:currentInstance (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java383 public static ControllerImpl createFrom(final ControllerImpl currentInstance, in createFrom() argument
390 if (currentInstance != null in createFrom()
391 && currentInstance.mSwitchingAwareRotationList != null in createFrom()
393 currentInstance.mSwitchingAwareRotationList.mImeSubtypeList, in createFrom()
396 switchingAwareRotationList = currentInstance.mSwitchingAwareRotationList; in createFrom()
407 if (currentInstance != null in createFrom()
408 && currentInstance.mSwitchingUnawareRotationList != null in createFrom()
410 currentInstance.mSwitchingUnawareRotationList.mImeSubtypeList, in createFrom()
413 switchingUnawareRotationList = currentInstance.mSwitchingUnawareRotationList; in createFrom()