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

/frameworks/base/libs/androidfw/tests/
H A DInputEvent_test.cpp204 // --- MotionEventTest ---
206 class MotionEventTest : public BaseTest { class in namespace:android
217 const nsecs_t MotionEventTest::ARBITRARY_DOWN_TIME = 1;
218 const nsecs_t MotionEventTest::ARBITRARY_EVENT_TIME = 2;
219 const float MotionEventTest::X_OFFSET = 1.0f;
220 const float MotionEventTest::Y_OFFSET = 1.1f;
222 void MotionEventTest::initializeEventWithHistory(MotionEvent* event) {
300 void MotionEventTest::assertEqualsEventWithHistory(const MotionEvent* event) {
427 TEST_F(MotionEventTest, Properties) {
447 TEST_F(MotionEventTest, CopyFrom_KeepHistor
[all...]

Completed in 31 milliseconds