Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingController.java522 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked() method in InputMethodSubtypeSwitchingController.ControllerImpl
568 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked() method in InputMethodSubtypeSwitchingController
575 mController.onUserActionLocked(imi, subtype); in onUserActionLocked()
/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java188 controller.onUserActionLocked(subtypeListItem.mImi, subtype); in onUserAction()