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

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java340 private static class DynamicRotationList { class in class:InputMethodSubtypeSwitchingController
341 private static final String TAG = DynamicRotationList.class.getSimpleName();
345 private DynamicRotationList(final List<ImeSubtypeListItem> imeSubtypeListItems) { method in class:InputMethodSubtypeSwitchingController.DynamicRotationList
439 private final DynamicRotationList mSwitchingAwareRotationList;
444 DynamicRotationList switchingAwareRotationList = null;
457 switchingAwareRotationList = new DynamicRotationList(switchingAwareImeSubtypes);
482 private ControllerImpl(final DynamicRotationList switchingAwareRotationList,

Completed in 29 milliseconds