Searched refs:MotionEventTest (Results 1 – 4 of 4) sorted by relevance
257 class MotionEventTest : public BaseTest { class285 void MotionEventTest::SetUp() { in SetUp()364 void MotionEventTest::initializeEventWithHistory(MotionEvent* event) { in initializeEventWithHistory()378 void MotionEventTest::assertEqualsEventWithHistory(const MotionEvent* event) { in assertEqualsEventWithHistory()541 TEST_F(MotionEventTest, Properties) { in TEST_F() argument566 TEST_F(MotionEventTest, CopyFrom_KeepHistory) { in TEST_F() argument576 TEST_F(MotionEventTest, CopyFrom_DoNotKeepHistory) { in TEST_F() argument594 TEST_F(MotionEventTest, SplitPointerDown) { in TEST_F() argument637 TEST_F(MotionEventTest, SplitPointerUp) { in TEST_F() argument684 TEST_F(MotionEventTest, SplitPointerUpCancel) { in TEST_F() argument[all …]
66 "include-filter": "android.view.cts.MotionEventTest"138 "include-filter": "android.security.cts.MotionEventTest"212 "include-filter": "android.view.cts.MotionEventTest"276 "include-filter": "android.security.cts.MotionEventTest"
6 per-file *MotionEventTest.* = file:/services/core/java/com/android/server/input/OWNERS
48 public class MotionEventTest { class