Home
last modified time | relevance | path

Searched refs:matchesSafely (Results 1 – 13 of 13) 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
317 protected boolean matchesSafely(MotionEvent event) { in isAtPoint()
340 protected boolean matchesSafely(MotionEvent event) {
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtilsMatchers.java39 protected boolean matchesSafely(List<Integer> item) { in inAscendingOrder() method
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioMixingRuleTest.java316 public boolean matchesSafely(AudioMixMatchCriterion item) { in isAudioMixUidCriterion()
338 public boolean matchesSafely(AudioMixMatchCriterion item) {
364 public boolean matchesSafely(AudioMixMatchCriterion item) {
389 public boolean matchesSafely(AudioMixMatchCriterion item) {
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DMatcherUtils.java64 protected boolean matchesSafely(RECEIVER item) { in propertyMatches()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMatcherUtils.java66 protected boolean matchesSafely(RECEIVER item) { in propertyMatches()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DEnsureBarContrastTest.java144 protected boolean matchesSafely(Bitmap actual) { in hasNoScrim()
167 protected boolean matchesSafely(Bitmap actual) {
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsPolicyTest.java283 protected boolean matchesSafely(Insets actual) { in insetsLessThanOrEqualTo()
293 protected boolean matchesSafely(Insets actual) {
DDisplayCutoutTests.java625 protected boolean matchesSafely(Rect actual) { in insetsLessThanOrEqualTo()
635 protected boolean matchesSafely(Rect item) {
/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
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java1026 protected boolean matchesSafely(List<T> item) {