Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java258 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, in getNextInputMethodLocked() method in InputMethodSubtypeSwitchingController.StaticRotationList
345 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, in getNextInputMethodLocked() method in InputMethodSubtypeSwitchingController.DynamicRotationList
436 return mSwitchingAwareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod()
439 return mSwitchingUnawareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod()
521 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, InputMethodInfo imi, in getNextInputMethodLocked() method in InputMethodSubtypeSwitchingController
DInputMethodManagerService.java4201 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in switchToNextInputMethodLocked()
4220 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in shouldOfferSwitchingToNextInputMethod()