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

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java313 private static class DynamicRotationList { class in class:InputMethodSubtypeSwitchingController
314 private static final String TAG = DynamicRotationList.class.getSimpleName();
318 private DynamicRotationList(final List<ImeSubtypeListItem> imeSubtypeListItems) { method in class:InputMethodSubtypeSwitchingController.DynamicRotationList
389 private final DynamicRotationList mSwitchingAwareRotationList;
394 DynamicRotationList switchingAwareRotationList = null;
407 switchingAwareRotationList = new DynamicRotationList(switchingAwareImeSubtypes);
432 private ControllerImpl(final DynamicRotationList switchingAwareRotationList,

Completed in 112 milliseconds