Searched refs:MotionEventTest (Results 1 – 1 of 1) sorted by relevance
205 class MotionEventTest : public BaseTest { class216 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() argument446 TEST_F(MotionEventTest, CopyFrom_KeepHistory) { in TEST_F() argument456 TEST_F(MotionEventTest, CopyFrom_DoNotKeepHistory) { in TEST_F() argument[all …]