Home
last modified time | relevance | path

Searched defs:assertReceivedMotion (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DBlockingQueueEventVerifier.kt35 fun assertReceivedMotion(matcher: Matcher<MotionEvent>) { in assertReceivedMotion() method in com.android.server.accessibility.BlockingQueueEventVerifier
/aosp_15_r20/cts/libs/input/src/com/android/cts/input/
H A DEventVerifier.kt28 fun assertReceivedMotion(matcher: Matcher<MotionEvent>, msg: String? = null) { in assertReceivedMotion() method in android.cts.input.EventVerifier
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1668 void assertReceivedMotion(int32_t action, const std::vector<Point>& points) { in assertReceivedMotion() function in android::BaseTouchIntegrationTest