Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp221 class MotionEventTest : public BaseTest { class
247 void MotionEventTest::SetUp() { in SetUp()
252 void MotionEventTest::TearDown() { in TearDown()
474 TEST_F(MotionEventTest, Properties) { in TEST_F() argument
527 TEST_F(MotionEventTest, OffsetLocation) { in TEST_F() argument
537 TEST_F(MotionEventTest, Scale) { in TEST_F() argument
559 TEST_F(MotionEventTest, Parcel) { in TEST_F() argument
588 TEST_F(MotionEventTest, Transform) { in TEST_F() argument
687 TEST_F(MotionEventTest, ApplyTransform) { in TEST_F() argument
744 TEST_F(MotionEventTest, RawCompatTransform) { in TEST_F() argument
[all …]
/aosp12/frameworks/native/services/inputflinger/
H A DTEST_MAPPING30 "include-filter": "android.view.cts.MotionEventTest",
48 "include-filter": "android.security.cts.MotionEventTest"
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DOWNERS5 per-file *MotionEventTest.* = file:/services/core/java/com/android/server/input/OWNERS
H A DMotionEventTest.java44 public class MotionEventTest { class