Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java272 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, in getNextInputMethodLocked() method in InputMethodSubtypeSwitchingController.StaticRotationList
358 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, in getNextInputMethodLocked() method in InputMethodSubtypeSwitchingController.DynamicRotationList
448 return mSwitchingAwareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod()
451 return mSwitchingUnawareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod()
519 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, InputMethodInfo imi, in getNextInputMethodLocked() method in InputMethodSubtypeSwitchingController
DInputMethodManagerService.java3349 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in switchToNextInputMethod()
3366 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in shouldOfferSwitchingToNextInputMethod()
/frameworks/base/services/
Dart-profile7346 …hod/InputMethodSubtypeSwitchingController$DynamicRotationList;->getNextInputMethodLocked(ZLandroid…