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 D | BlockingQueueEventVerifier.kt | 35 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 D | EventVerifier.kt | 28 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 D | InputReader_test.cpp | 1668 void assertReceivedMotion(int32_t action, const std::vector<Point>& points) { in assertReceivedMotion() function in android::BaseTouchIntegrationTest |