Lines Matching refs:WithCoords
1970 WithCoords(101, 111))); in TEST_F()
2018 WithCoords(101, 111))); in TEST_F()
2074 WithCoords(101, 111))); in TEST_F()
2076 WithCoords(101, 111))); in TEST_F()
2137 WithCoords(101, 111))); in TEST_F()
2139 WithCoords(101, 111))); in TEST_F()
2187 WithDeviceId(stylusDeviceId), WithCoords(101, 111))); in TEST_F()
2240 WithDeviceId(stylusDeviceId), WithCoords(101, 111))); in TEST_F()
2290 WithCoords(141, 146))); in TEST_F()
2292 WithDeviceId(stylusDeviceId), WithCoords(100, 110))); in TEST_F()
2294 WithDeviceId(stylusDeviceId), WithCoords(101, 111))); in TEST_F()
2344 WithDeviceId(stylusDeviceId), WithCoords(100, 110))); in TEST_F()
2346 WithDeviceId(stylusDeviceId), WithCoords(101, 111))); in TEST_F()
2354 WithCoords(142, 147))); in TEST_F()
2502 WithCoords(101, 111))); in TEST_F()
2546 WithCoords(101, 111))); in TEST_F()
5101 AllOf(WithMotionAction(ACTION_OUTSIDE), WithCoords(-50, -50))); in TEST_F()
5169 AllOf(WithMotionAction(ACTION_OUTSIDE), WithDeviceId(deviceA), WithCoords(0, 0))); in TEST_F()
5181 AllOf(WithMotionAction(ACTION_OUTSIDE), WithDeviceId(deviceB), WithCoords(-50, -50))); in TEST_F()
5749 firstWindow->consumeMotionEvent(AllOf(WithMotionAction(ACTION_DOWN), WithCoords(100, 400))); in TEST_F()
5750 monitor.consumeMotionEvent(AllOf(WithMotionAction(ACTION_DOWN), WithCoords(100, 400))); in TEST_F()
5756 secondWindow->consumeMotionEvent(AllOf(WithMotionAction(ACTION_DOWN), WithCoords(100, 80))); in TEST_F()
5764 firstWindow->consumeMotionEvent(AllOf(WithMotionAction(ACTION_CANCEL), WithCoords(100, 400))); in TEST_F()
5765 secondWindow->consumeMotionEvent(AllOf(WithMotionAction(ACTION_CANCEL), WithCoords(100, 80))); in TEST_F()
5776 firstWindow->consumeMotionEvent(AllOf(WithMotionAction(ACTION_DOWN), WithCoords(100, 400))); in TEST_F()
5781 firstWindow->consumeMotionEvent(AllOf(WithMotionAction(ACTION_CANCEL), WithCoords(100, 400))); in TEST_F()
5782 secondWindow->consumeMotionEvent(AllOf(WithMotionAction(ACTION_DOWN), WithCoords(-100, -400))); in TEST_F()
5793 WithCoords(100, 80), WithRawCoords(300, 880))); in TEST_F()
5799 secondWindow->consumeMotionEvent(AllOf(WithMotionAction(ACTION_HOVER_EXIT), WithCoords(100, 80), in TEST_F()
5802 AllOf(WithMotionAction(ACTION_DOWN), WithCoords(100, 80), WithRawCoords(300, 880))); in TEST_F()
5826 WithCoords(100, 80), WithRawCoords(300, 880))); in TEST_F()
5833 secondWindow->consumeMotionEvent(AllOf(WithMotionAction(ACTION_HOVER_EXIT), WithCoords(100, 80), in TEST_F()
5836 AllOf(WithMotionAction(ACTION_DOWN), WithCoords(100, 80), WithRawCoords(300, 880))); in TEST_F()
5849 WithCoords(100, 80), WithRawCoords(300, 880))); in TEST_F()
5853 secondWindow->consumeMotionEvent(AllOf(WithMotionAction(ACTION_HOVER_EXIT), WithCoords(100, 80), in TEST_F()
5878 WithCoords(100, 80), WithRawCoords(300, 880), in TEST_F()
5884 secondWindow->consumeMotionEvent(AllOf(WithMotionAction(ACTION_HOVER_EXIT), WithCoords(100, 80), in TEST_F()
11042 mWindow->consumeMotionEvent(AllOf(WithMotionAction(ACTION_MOVE), WithCoords(10, 11), in TEST_F()