Searched refs:expectMotionTraced (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputTracingTest.cpp | 142 s.expectMotionTraced(inboundTraceLevel, toMotionEvent(down)); in tapAndExpect() 152 s.expectMotionTraced(inboundTraceLevel, toMotionEvent(up)); in tapAndExpect() 599 s.expectMotionTraced(Level::REDACTED, toMotionEvent(down)); in TEST_F() 608 s.expectMotionTraced(Level::NONE, *consumed); in TEST_F() 635 s.expectMotionTraced(Level::NONE, toMotionEvent(down)); in TEST_F() 643 s.expectMotionTraced(Level::NONE, *consumed); 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() 701 s1->expectMotionTraced(Level::COMPLETE, toMotionEvent(move1)); in TEST_F() [all …]
|
D | InputTraceSession.h | 65 void expectMotionTraced(Level level, const MotionEvent& event);
|
D | InputTraceSession.cpp | 205 void InputTraceSession::expectMotionTraced(Level level, const MotionEvent& event) { in expectMotionTraced() function in android::InputTraceSession
|