Lines Matching refs:moveGesture

97     Gesture moveGesture(kGestureMove, ARBITRARY_GESTURE_TIME, ARBITRARY_GESTURE_TIME, -5, 10);  in TEST_F()  local
99 converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
114 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
129 Gesture moveGesture(kGestureMove, ARBITRARY_GESTURE_TIME, ARBITRARY_GESTURE_TIME, -5, 10); in TEST_F() local
131 converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
213 Gesture moveGesture(kGestureMove, ARBITRARY_GESTURE_TIME, ARBITRARY_GESTURE_TIME, -5, 10); in TEST_F() local
215 converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
253 Gesture moveGesture(kGestureMove, ARBITRARY_GESTURE_TIME, ARBITRARY_GESTURE_TIME, -5, 10); in TEST_F() local
254 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
411 Gesture moveGesture(kGestureMove, ARBITRARY_GESTURE_TIME, ARBITRARY_GESTURE_TIME, -5, 10); in TEST_F() local
412 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
494 Gesture moveGesture(kGestureMove, ARBITRARY_GESTURE_TIME, ARBITRARY_GESTURE_TIME, /*dx=*/-5, in TEST_F() local
496 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
991 Gesture moveGesture(kGestureMove, ARBITRARY_GESTURE_TIME, ARBITRARY_GESTURE_TIME, -5, 10); in TEST_F() local
992 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
1507 Gesture moveGesture(kGestureMove, ARBITRARY_GESTURE_TIME, ARBITRARY_GESTURE_TIME, -5, 10); in TEST_F_WITH_FLAGS() local
1509 converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F_WITH_FLAGS()
1524 Gesture moveGesture(kGestureMove, gestureStartTime, gestureStartTime, -5, 10); in TEST_F_WITH_FLAGS() local
1526 converter.handleGesture(gestureStartTime, READ_TIME, gestureStartTime, moveGesture); in TEST_F_WITH_FLAGS()
1537 moveGesture = Gesture(kGestureMove, currentTime, currentTime, -5, 10); in TEST_F_WITH_FLAGS()
1538 args = converter.handleGesture(currentTime, READ_TIME, gestureStartTime, moveGesture); in TEST_F_WITH_FLAGS()
1544 moveGesture = Gesture(kGestureMove, currentTime, currentTime, -5, 10); in TEST_F_WITH_FLAGS()
1545 args = converter.handleGesture(currentTime, READ_TIME, gestureStartTime, moveGesture); in TEST_F_WITH_FLAGS()
1550 moveGesture = Gesture(kGestureMove, currentTime, currentTime, -5, 10); in TEST_F_WITH_FLAGS()
1551 args = converter.handleGesture(currentTime, READ_TIME, currentTime, moveGesture); in TEST_F_WITH_FLAGS()