Searched defs:MotionEventTest (Results 1 – 2 of 2) sorted by relevance
221 class MotionEventTest : public BaseTest { class474 TEST_F(MotionEventTest, Properties) { in TEST_F() argument499 TEST_F(MotionEventTest, CopyFrom_KeepHistory) { in TEST_F() argument509 TEST_F(MotionEventTest, CopyFrom_DoNotKeepHistory) { in TEST_F() argument527 TEST_F(MotionEventTest, OffsetLocation) { in TEST_F() argument537 TEST_F(MotionEventTest, Scale) { in TEST_F() argument559 TEST_F(MotionEventTest, Parcel) { in TEST_F() argument588 TEST_F(MotionEventTest, Transform) { in TEST_F() argument687 TEST_F(MotionEventTest, ApplyTransform) { in TEST_F() argument744 TEST_F(MotionEventTest, RawCompatTransform) { in TEST_F() argument[all …]
44 public class MotionEventTest { class