Home
last modified time | relevance | path

Searched refs:removeStylusHandwritingWindow (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DIInputMethodInvoker.java306 void removeStylusHandwritingWindow() { in removeStylusHandwritingWindow() method in IInputMethodInvoker
308 mTarget.removeStylusHandwritingWindow(); in removeStylusHandwritingWindow()
DInputMethodManagerService.java3141 curMethod.removeStylusHandwritingWindow(); in setInputMethodLocked()
5090 curMethod.removeStylusHandwritingWindow(); in handleMessage()
/frameworks/base/core/java/com/android/internal/inputmethod/
DIInputMethod.aidl99 void removeStylusHandwritingWindow(); in removeStylusHandwritingWindow() method
/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java466 default void removeStylusHandwritingWindow() { in removeStylusHandwritingWindow() method
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java310 inputMethod.removeStylusHandwritingWindow(); in executeMessage()
535 public void removeStylusHandwritingWindow() { in removeStylusHandwritingWindow() method in IInputMethodWrapper
DInputMethodService.java1237 public void removeStylusHandwritingWindow() { in removeStylusHandwritingWindow() method in InputMethodService.InputMethodImpl