HomeSort by relevance Sort by last modified time
    Searched refs:MotionEventTest (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/ui/tests/
InputEvent_test.cpp 204 // --- MotionEventTest ---
206 class MotionEventTest : public BaseTest {
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_KeepHistory)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 40 public class MotionEventTest extends AndroidTestCase {

Completed in 828 milliseconds