Home
last modified time | relevance | path

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

/cts/libs/input/src/com/android/cts/input/
DEventVerifier.kt28 fun assertReceivedMotion(matcher: Matcher<MotionEvent>, msg: String? = null) { in assertReceivedMotion() method
DBlockingQueueEventVerifier.kt35 fun assertReceivedMotion(matcher: Matcher<MotionEvent>) { in assertReceivedMotion() method in com.android.cts.input.BlockingQueueEventVerifier