Home
last modified time | relevance | path

Searched refs:exclusionRects (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DHorizontalScrollViewTest.java959 ArrayList exclusionRects = new ArrayList(); in showOnlyStretch() local
960 exclusionRects.add(exclusionRect); in showOnlyStretch()
961 mScrollViewStretch.setSystemGestureExclusionRects(exclusionRects); in showOnlyStretch()
963 .setSystemGestureExclusionRects(exclusionRects); in showOnlyStretch()
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java619 final List<Rect> exclusionRects = splitBoundsAccordingToExclusionLimit(exclusionRect); in systemGesture_excludeViewRects_withoutAnyCancel() local
622 setAndWaitForSystemGestureExclusionRectsListenerTrigger(exclusionRects.get(i)); in systemGesture_excludeViewRects_withoutAnyCancel()