Home
last modified time | relevance | path

Searched defs:motionEvents (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java360 final List<MotionEvent> motionEvents = new ArrayList<>(); in getMotionEventsFromGestureSteps() local
394 private void appendMoveEventIfNeeded(List<MotionEvent> motionEvents, in appendMoveEventIfNeeded()
415 private void appendUpEvents(List<MotionEvent> motionEvents, in appendUpEvents()
443 private void appendDownEvents(List<MotionEvent> motionEvents, in appendDownEvents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DTapClassifier.java42 public Result isTap(List<MotionEvent> motionEvents, double falsePenalty) { in isTap()
DZigZagClassifier.java99 List<MotionEvent> motionEvents = getRecentMotionEvents(); in calculateFalsingResult() local
205 private List<Point> rotateMotionEvents(List<MotionEvent> motionEvents, double angle) { in rotateMotionEvents()
DDistanceClassifier.java124 List<MotionEvent> motionEvents = getRecentMotionEvents(); in calculateDistances() local
DFalsingDataProvider.java101 List<MotionEvent> motionEvents = unpackMotionEvent(motionEvent); in onMotionEvent() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDragDetectorTest.kt47 private val motionEvents = mutableListOf<MotionEvent>() constant in com.android.wm.shell.windowdecor.DragDetectorTest
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityGestureEvent.java161 int gestureId, int displayId, @NonNull List<MotionEvent> motionEvents) { in AccessibilityGestureEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DWindowMagnificationGestureHandlerTest.java307 final List<MotionEvent> motionEvents = in goFromStateIdleTo() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DTouchExplorerTest.java469 List<MotionEvent> motionEvents = gestureEvent.getMotionEvents(); in passInGesture() local
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...