Searched refs:move2 (Results 1 – 2 of 2) sorted by relevance
77 val move2 = createMotionEvent(MotionEvent.ACTION_MOVE, 13, SOURCE_TOUCHSCREEN) in testTouchDownWithMove() constant84 eventId = assigner.processEvent(move2) in testTouchDownWithMove()
713 const auto move2 = MotionArgsBuilder(ACTION_MOVE, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F() local716 mDispatcher->notifyMotion(move2); in TEST_F()717 s1->expectMotionTraced(Level::COMPLETE, toMotionEvent(move2)); in TEST_F()718 s2->expectMotionTraced(Level::REDACTED, toMotionEvent(move2)); in TEST_F()719 s3->expectMotionTraced(Level::NONE, toMotionEvent(move2)); in TEST_F()