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.java1289 ArrayList exclusionRects = new ArrayList(); in showOnlyStretch() local
1290 exclusionRects.add(exclusionRect); in showOnlyStretch()
1291 mScrollViewStretch.setSystemGestureExclusionRects(exclusionRects); in showOnlyStretch()
1293 .setSystemGestureExclusionRects(exclusionRects); in showOnlyStretch()
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java645 final List<Rect> exclusionRects = splitBoundsAccordingToExclusionLimit(exclusionRect); in systemGesture_excludeViewRects_withoutAnyCancel() local
648 setAndWaitForSystemGestureExclusionRectsListenerTrigger(exclusionRects.get(i)); in systemGesture_excludeViewRects_withoutAnyCancel()