Searched refs:downEvents (Results 1 – 3 of 3) sorted by relevance
99 final List<MotionEvent> downEvents = twoPointersDownEvents(Display.DEFAULT_DISPLAY, in sendTwoFingerDownEvent_onGestureCompleted_withoutCopiedEvents() local102 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() local117 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() local146 for (MotionEvent event : downEvents) { in firstPointerMove_twoPointersDown_onGestureCompleted()[all …]
92 final List<MotionEvent> downEvents = new ArrayList<>(); in twoPointersDownEvents() local95 downEvents.add(downEvent); in twoPointersDownEvents()102 downEvents.add(twoPointersDownEvent); in twoPointersDownEvents()103 return downEvents; in twoPointersDownEvents()
4304 std::vector<std::unique_ptr<EventEntry>> downEvents = in synthesizePointerDownEventsForConnectionLocked() local4307 if (downEvents.empty()) { in synthesizePointerDownEventsForConnectionLocked()4313 connection->getInputChannelName().c_str(), downEvents.size()); in synthesizePointerDownEventsForConnectionLocked()4324 for (std::unique_ptr<EventEntry>& downEventEntry : downEvents) { in synthesizePointerDownEventsForConnectionLocked()