Home
last modified time | relevance | path

Searched refs:toMotionEvent (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputTracingTest.cpp142 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()
635 s.expectMotionTraced(Level::NONE, toMotionEvent(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()
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()
[all …]
/frameworks/native/services/inputflinger/
DInputCommonConverter.h32 MotionEvent toMotionEvent(const NotifyMotionArgs&, const ui::Transform* transform = nullptr,
DInputCommonConverter.cpp343 MotionEvent toMotionEvent(const NotifyMotionArgs& args, const ui::Transform* transform, in toMotionEvent() function