Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputEvent_test.cpp205 class MotionEventTest : public BaseTest { class
216 const nsecs_t MotionEventTest::ARBITRARY_DOWN_TIME = 1;
217 const nsecs_t MotionEventTest::ARBITRARY_EVENT_TIME = 2;
218 const float MotionEventTest::X_OFFSET = 1.0f;
219 const float MotionEventTest::Y_OFFSET = 1.1f;
221 void MotionEventTest::initializeEventWithHistory(MotionEvent* event) { in initializeEventWithHistory()
299 void MotionEventTest::assertEqualsEventWithHistory(const MotionEvent* event) { in assertEqualsEventWithHistory()
426 TEST_F(MotionEventTest, Properties) { in TEST_F() argument
446 TEST_F(MotionEventTest, CopyFrom_KeepHistory) { in TEST_F() argument
456 TEST_F(MotionEventTest, CopyFrom_DoNotKeepHistory) { in TEST_F() argument
[all …]