Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DTouchExplorer.java371 mGestureDetector.getMotionEvents()); in onDoubleTapAndHold()
393 mGestureDetector.getMotionEvents()); in onDoubleTap()
477 mGestureDetector.getMotionEvents()); in onGestureCancelled()
688 mGestureDetector.getMotionEvents()); in handleActionMoveStateTouchInteracting()
712 mGestureDetector.getMotionEvents()); in handleActionMoveStateTouchInteracting()
734 mGestureDetector.getMotionEvents()); in handleActionMoveStateTouchInteracting()
755 mGestureDetector.getMotionEvents()); in handleActionMoveStateTouchInteracting()
1360 mGestureDetector.getMotionEvents()); in run()
H A DGestureManifold.java437 public List<MotionEvent> getMotionEvents() { in getMotionEvents() method in GestureManifold
/aosp12/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityGestureEvent.java199 public List<MotionEvent> getMotionEvents() { in getMotionEvents() method in AccessibilityGestureEvent
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
H A DTouchExplorerTest.java468 List<MotionEvent> motionEvents = gestureEvent.getMotionEvents(); in passInGesture()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt2989 method @NonNull public java.util.List<android.view.MotionEvent> getMotionEvents();
/aosp12/frameworks/base/services/
H A Dart-profile4515 PLcom/android/server/accessibility/gestures/GestureManifold;->getMotionEvents()Ljava/util/List;