Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java182 private void onUserAction(final ControllerImpl controller, in onUserAction() method in InputMethodSubtypeSwitchingControllerTest
269 onUserAction(controller, latinIme_fr); in testControllerImplWithUserAction()
273 onUserAction(controller, latinIme_fr); in testControllerImplWithUserAction()
277 onUserAction(controller, latinIme_fr); in testControllerImplWithUserAction()
293 onUserAction(controller, switchingUnawarelatinIme_hi); in testControllerImplWithUserAction()
298 onUserAction(controller, switchUnawareJapaneseIme_ja_JP); in testControllerImplWithUserAction()
/frameworks/base/core/java/com/android/internal/view/
DIInputConnectionWrapper.java114 abstract protected void onUserAction(); in onUserAction() method in IInputConnectionWrapper
342 onUserAction(); in executeMessage()
397 onUserAction(); in executeMessage()
437 onUserAction(); in executeMessage()
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingController.java383 public void onUserAction(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserAction() method in InputMethodSubtypeSwitchingController.DynamicRotationList
527 mSwitchingAwareRotationList.onUserAction(imi, subtype); in onUserActionLocked()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java572 protected void onUserAction() { in onUserAction() method in InputMethodManager.ControlledInputConnectionWrapper