Searched refs:move1 (Results 1 – 2 of 2) sorted by relevance
76 val move1 = createMotionEvent(MotionEvent.ACTION_MOVE, 12, SOURCE_TOUCHSCREEN) in testTouchDownWithMove() constant82 eventId = assigner.processEvent(move1) in testTouchDownWithMove()105 val move1 = createMotionEvent(MotionEvent.ACTION_MOVE, 12, SOURCE_MOUSE) in testMouseDownWithMove() constant108 eventId = assigner.processEvent(move1) in testMouseDownWithMove()109 assertEquals(move1.id, eventId) in testMouseDownWithMove()
697 const auto move1 = MotionArgsBuilder(ACTION_MOVE, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F() local700 mDispatcher->notifyMotion(move1); in TEST_F()701 s1->expectMotionTraced(Level::COMPLETE, toMotionEvent(move1)); in TEST_F()702 s2->expectMotionTraced(Level::NONE, toMotionEvent(move1)); in TEST_F()703 s3->expectMotionTraced(Level::NONE, toMotionEvent(move1)); in TEST_F()