Lines Matching refs:down
138 const auto down = MotionArgsBuilder(ACTION_DOWN, AINPUT_SOURCE_TOUCHSCREEN) in tapAndExpect() local
141 mDispatcher->notifyMotion(down); in tapAndExpect()
142 s.expectMotionTraced(inboundTraceLevel, toMotionEvent(down)); in tapAndExpect()
162 const auto down = KeyArgsBuilder(ACTION_DOWN, AINPUT_SOURCE_KEYBOARD).build(); in keypressAndExpect() local
163 mDispatcher->notifyKey(down); in keypressAndExpect()
164 s.expectKeyTraced(inboundTraceLevel, toKeyEvent(down)); in keypressAndExpect()
596 const auto down = MotionArgsBuilder(ACTION_DOWN, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F() local
599 s.expectMotionTraced(Level::REDACTED, toMotionEvent(down)); in TEST_F()
600 mDispatcher->notifyMotion(down); in TEST_F()
632 const auto down = MotionArgsBuilder(ACTION_DOWN, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F() local
635 s.expectMotionTraced(Level::NONE, toMotionEvent(down)); in TEST_F()
636 mDispatcher->notifyMotion(down); in TEST_F()
683 const auto down = MotionArgsBuilder(ACTION_DOWN, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F() local
686 mDispatcher->notifyMotion(down); in TEST_F()
687 s1->expectMotionTraced(Level::COMPLETE, toMotionEvent(down)); in TEST_F()
688 s2->expectMotionTraced(Level::REDACTED, toMotionEvent(down)); in TEST_F()
689 s3->expectMotionTraced(Level::NONE, toMotionEvent(down)); in TEST_F()