Searched defs:MotionEventTest (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp203 // --- MotionEventTest ---
205 class MotionEventTest : public BaseTest { class in namespace:android
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) {
299 void MotionEventTest::assertEqualsEventWithHistory(const MotionEvent* event) {
426 TEST_F(MotionEventTest, Properties) {
446 TEST_F(MotionEventTest, CopyFrom_KeepHistor
[all...]

Completed in 68 milliseconds