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

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java442 public static ControllerImpl createFrom(final ControllerImpl currentInstance, argument
449 if (currentInstance != null &&
450 currentInstance.mSwitchingAwareRotationList != null &&
451 Objects.equals(currentInstance.mSwitchingAwareRotationList.mImeSubtypeList,
454 switchingAwareRotationList = currentInstance.mSwitchingAwareRotationList;
465 if (currentInstance != null &&
466 currentInstance.mSwitchingUnawareRotationList != null &&
468 currentInstance.mSwitchingUnawareRotationList.mImeSubtypeList,
471 switchingUnawareRotationList = currentInstance.mSwitchingUnawareRotationList;

Completed in 53 milliseconds