Searched defs:MotionEventTest (Results 1 – 2 of 2) sorted by relevance
220 class MotionEventTest : public BaseTest { class473 TEST_F(MotionEventTest, Properties) { in TEST_F() argument498 TEST_F(MotionEventTest, CopyFrom_KeepHistory) { in TEST_F() argument508 TEST_F(MotionEventTest, CopyFrom_DoNotKeepHistory) { in TEST_F() argument526 TEST_F(MotionEventTest, OffsetLocation) { in TEST_F() argument536 TEST_F(MotionEventTest, Scale) { in TEST_F() argument558 TEST_F(MotionEventTest, Parcel) { in TEST_F() argument587 TEST_F(MotionEventTest, Transform) { in TEST_F() argument681 TEST_F(MotionEventTest, ApplyTransform) { in TEST_F() argument708 TEST_F(MotionEventTest, RawCompatTransform) { in TEST_F() argument[all …]
43 public class MotionEventTest { class