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

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java302 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, method in class:InputMethodSubtypeSwitchingController.StaticRotationList
403 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, method in class:InputMethodSubtypeSwitchingController.DynamicRotationList
508 return mSwitchingAwareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi,
511 return mSwitchingUnawareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi,
579 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, InputMethodInfo imi, method in class:InputMethodSubtypeSwitchingController

Completed in 117 milliseconds