/cts/libs/input/src/com/android/cts/input/ |
D | InputEventMatchers.kt | 36 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/ |
D | AccessibilityEventFilterUtils.java | 165 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
|
D | GestureUtils.java | 294 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/ |
D | TestUtilsMatchers.java | 39 protected boolean matchesSafely(List<Integer> item) { in inAscendingOrder() method
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioMixingRuleTest.java | 316 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/ |
D | MatcherUtils.java | 64 protected boolean matchesSafely(RECEIVER item) { in propertyMatches()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MatcherUtils.java | 66 protected boolean matchesSafely(RECEIVER item) { in propertyMatches()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
D | EnsureBarContrastTest.java | 144 protected boolean matchesSafely(Bitmap actual) { in hasNoScrim() 167 protected boolean matchesSafely(Bitmap actual) {
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
D | WindowInsetsPolicyTest.java | 283 protected boolean matchesSafely(Insets actual) { in insetsLessThanOrEqualTo() 293 protected boolean matchesSafely(Insets actual) {
|
D | DisplayCutoutTests.java | 625 protected boolean matchesSafely(Rect actual) { in insetsLessThanOrEqualTo() 635 protected boolean matchesSafely(Rect item) {
|
/cts/tests/input/src/android/input/cts/ |
D | TouchScreenTest.kt | 255 override fun matchesSafely(event: MotionEvent): Boolean { in testEventTime() method
|
/cts/hostsidetests/input/src/android/input/cts/hostside/ |
D | InputAtomsTest.kt | 376 override fun matchesSafely(item: T?): Boolean { in member() method
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityWindowQueryTest.java | 1026 protected boolean matchesSafely(List<T> item) {
|