Searched refs:notifyUserAction (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl80 oneway void notifyUserAction(int sequenceNumber);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java217 public void notifyUserAction(int sequenceNumber) throws RemoteException { method in class:BridgeIInputMethodManager
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java198 mIMM.notifyUserAction();
446 mIMM.notifyUserAction();
530 mIMM.notifyUserAction();
H A DInputMethodManager.java331 * {@link IInputMethodManager#notifyUserAction(int)} at once when a user action is observed.
1956 public void notifyUserAction() { method in class:InputMethodManager
1961 Log.w(TAG, "Ignoring notifyUserAction as it has already been sent."
1971 Log.w(TAG, "notifyUserAction: "
1977 mService.notifyUserAction(mNextUserActionNotificationSequenceNumber);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2368 public void notifyUserAction(int sequenceNumber) { method in class:InputMethodManagerService

Completed in 49 milliseconds