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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java354 * {@link IInputMethodManager#notifyUserAction(int)} at once when a user action is observed.
593 mParentInputMethodManager.notifyUserAction();
2224 public void notifyUserAction() { method in class:InputMethodManager
2229 Log.w(TAG, "Ignoring notifyUserAction as it has already been sent."
2239 Log.w(TAG, "notifyUserAction: "
2245 mService.notifyUserAction(mNextUserActionNotificationSequenceNumber);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java3239 public void notifyUserAction(int sequenceNumber) { method in class:InputMethodManagerService

Completed in 96 milliseconds