Home
last modified time | relevance | path

Searched refs:move1 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/Input/src/com/android/test/input/
DInputEventAssignerTest.kt76 val move1 = createMotionEvent(MotionEvent.ACTION_MOVE, 12, SOURCE_TOUCHSCREEN) in testTouchDownWithMove() constant
82 eventId = assigner.processEvent(move1) in testTouchDownWithMove()
105 val move1 = createMotionEvent(MotionEvent.ACTION_MOVE, 12, SOURCE_MOUSE) in testMouseDownWithMove() constant
108 eventId = assigner.processEvent(move1) in testMouseDownWithMove()
109 assertEquals(move1.id, eventId) in testMouseDownWithMove()
/frameworks/native/services/inputflinger/tests/
DInputTracingTest.cpp697 const auto move1 = MotionArgsBuilder(ACTION_MOVE, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F() local
700 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()