Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DEventDispatcher.java301 final MotionEvent event = computeInjectionDownEvent(prototype); in sendDownForAllNotInjectedPointersWithOriginalDown()
318 private MotionEvent computeInjectionDownEvent(MotionEvent prototype) { in computeInjectionDownEvent() method in EventDispatcher