Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java501 @Nullable List<MotionEvent> stylusEvents) in startStylusHandwriting() argument
505 stylusEvents)); in startStylusHandwriting()
DInputMethodService.java1118 @NonNull List<MotionEvent> stylusEvents) { in startStylusHandwriting() argument
1121 Objects.requireNonNull(stylusEvents); in startStylusHandwriting()
1135 stylusEvents.forEach(this::deliverStylusHandwritingMotionEvent); in startStylusHandwriting()