Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java1135 stylusEvents.forEach(this::deliverStylusHandwritingMotionEvent); in startStylusHandwriting()
1151 deliverStylusHandwritingMotionEvent(motionEvent); in startStylusHandwriting()
1162 private void deliverStylusHandwritingMotionEvent(MotionEvent motionEvent) { in deliverStylusHandwritingMotionEvent() method in InputMethodService.InputMethodImpl