Searched defs:ControllerImpl (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java438 public static class ControllerImpl { class in class:InputMethodSubtypeSwitchingController
442 public static ControllerImpl createFrom(final ControllerImpl currentInstance,
479 return new ControllerImpl(switchingAwareRotationList, switchingUnawareRotationList);
482 private ControllerImpl(final DynamicRotationList switchingAwareRotationList, method in class:InputMethodSubtypeSwitchingController.ControllerImpl
550 private ControllerImpl mController;
574 mController = ControllerImpl.createFrom(mController,

Completed in 251 milliseconds