Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingController.java311 private static class DynamicRotationList { class in InputMethodSubtypeSwitchingController
312 private static final String TAG = DynamicRotationList.class.getSimpleName();
316 private DynamicRotationList(final List<ImeSubtypeListItem> imeSubtypeListItems) { in DynamicRotationList() method in InputMethodSubtypeSwitchingController.DynamicRotationList
395 private final DynamicRotationList mSwitchingAwareRotationList;
400 DynamicRotationList switchingAwareRotationList = null; in createFrom()
414 switchingAwareRotationList = new DynamicRotationList(switchingAwareImeSubtypes); in createFrom()
439 private ControllerImpl(final DynamicRotationList switchingAwareRotationList, in ControllerImpl()