Home
last modified time | relevance | path

Searched defs:matchesSafely (Results 1 – 6 of 6) sorted by relevance

/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt36 override fun matchesSafely(event: MotionEvent): Boolean { in withCoords() method
47 override fun matchesSafely(event: MotionEvent): Boolean { in withPointerCount() method
60 override fun matchesSafely(event: MotionEvent): Boolean { in withCoords() method
71 override fun matchesSafely(event: MotionEvent): Boolean { in withRawCoords() method
86 override fun matchesSafely(event: MotionEvent): Boolean { in withMotionAction() method
104 override fun matchesSafely(event: MotionEvent): Boolean { in withMotionAction() method
123 override fun matchesSafely(event: MotionEvent): Boolean { in withSource() method
133 override fun matchesSafely(event: MotionEvent): Boolean { in withDeviceId() method
143 override fun matchesSafely(event: MotionEvent): Boolean { in withEventTime() method
153 override fun matchesSafely(event: MotionEvent): Boolean { in withFlags() method
[all …]
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java165 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in AccessibilityEventTypeMatcher
184 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in WindowChangesMatcher
203 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in ContentChangesMatcher
227 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in PropertyMatcher
251 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in WindowTitleMatcher
279 protected boolean matchesSafely(AccessibilityEvent event) { in matchesSafely() method in WindowIdMatcher
DGestureUtils.java294 protected boolean matchesSafely(MotionEvent motionEvent) { in matchesSafely() method in GestureUtils.MotionEventActionMatcher
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtilsMatchers.java39 protected boolean matchesSafely(List<Integer> item) { in inAscendingOrder() method
/cts/tests/input/src/android/input/cts/
DTouchScreenTest.kt255 override fun matchesSafely(event: MotionEvent): Boolean { in testEventTime() method
/cts/hostsidetests/input/src/android/input/cts/hostside/
DInputAtomsTest.kt376 override fun matchesSafely(item: T?): Boolean { in member() method