Searched defs:assertReceivedMotion (Results 1 – 3 of 3) sorted by relevance
35 fun assertReceivedMotion(matcher: Matcher<MotionEvent>) { in assertReceivedMotion() method in com.android.server.accessibility.BlockingQueueEventVerifier
28 fun assertReceivedMotion(matcher: Matcher<MotionEvent>, msg: String? = null) { in assertReceivedMotion() method
1668 void assertReceivedMotion(int32_t action, const std::vector<Point>& points) { in assertReceivedMotion() function in android::BaseTouchIntegrationTest