Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DTwoFingersDownOrSwipeTest.java99 final List<MotionEvent> downEvents = twoPointersDownEvents(Display.DEFAULT_DISPLAY, in sendTwoFingerDownEvent_onGestureCompleted_withoutCopiedEvents() local
102 for (MotionEvent event : downEvents) { in sendTwoFingerDownEvent_onGestureCompleted_withoutCopiedEvents()
107 MagnificationGestureMatcher.GESTURE_TWO_FINGERS_DOWN_OR_SWIPE, downEvents.get(1), in sendTwoFingerDownEvent_onGestureCompleted_withoutCopiedEvents()
108 downEvents.get(1), 0); in sendTwoFingerDownEvent_onGestureCompleted_withoutCopiedEvents()
114 final List<MotionEvent> downEvents = twoPointersDownEvents(Display.DEFAULT_DISPLAY, in sendTwoFingerDownEvent_onGestureCompleted() local
117 for (MotionEvent event : downEvents) { in sendTwoFingerDownEvent_onGestureCompleted()
123 argThat(argument -> downEvents.get(1).getId() == argument.getId()), in sendTwoFingerDownEvent_onGestureCompleted()
124 argThat(argument -> downEvents.get(1).getId() == argument.getId()), in sendTwoFingerDownEvent_onGestureCompleted()
144 final List<MotionEvent> downEvents = twoPointersDownEvents(Display.DEFAULT_DISPLAY, in firstPointerMove_twoPointersDown_onGestureCompleted() local
146 for (MotionEvent event : downEvents) { in firstPointerMove_twoPointersDown_onGestureCompleted()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
DTouchEventGenerator.java92 final List<MotionEvent> downEvents = new ArrayList<>(); in twoPointersDownEvents() local
95 downEvents.add(downEvent); in twoPointersDownEvents()
102 downEvents.add(twoPointersDownEvent); in twoPointersDownEvents()
103 return downEvents; in twoPointersDownEvents()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4304 std::vector<std::unique_ptr<EventEntry>> downEvents = in synthesizePointerDownEventsForConnectionLocked() local
4307 if (downEvents.empty()) { in synthesizePointerDownEventsForConnectionLocked()
4313 connection->getInputChannelName().c_str(), downEvents.size()); in synthesizePointerDownEventsForConnectionLocked()
4324 for (std::unique_ptr<EventEntry>& downEventEntry : downEvents) { in synthesizePointerDownEventsForConnectionLocked()