Home
last modified time | relevance | path

Searched defs:removeStylusHandwritingWindow (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIInputMethod.aidl91 void removeStylusHandwritingWindow(); in removeStylusHandwritingWindow() method
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java431 default void removeStylusHandwritingWindow() { in removeStylusHandwritingWindow() method
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DIInputMethodInvoker.java283 void removeStylusHandwritingWindow() { in removeStylusHandwritingWindow() method in IInputMethodInvoker
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java498 public void removeStylusHandwritingWindow() { in removeStylusHandwritingWindow() method in IInputMethodWrapper
H A DInputMethodService.java1121 public void removeStylusHandwritingWindow() { in removeStylusHandwritingWindow() method in InputMethodService.InputMethodImpl