Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java618 final List<Rect> swipeBounds = splitBoundsAccordingToExclusionLimit(mActionBounds); in systemGesture_excludeViewRects_withoutAnyCancel() local
620 final int size = swipeBounds.size(); in systemGesture_excludeViewRects_withoutAnyCancel()
623 swipeCount[0] += swipeInViewBoundary(swipeBounds.get(i)); in systemGesture_excludeViewRects_withoutAnyCancel()
769 final Rect swipeBounds = new Rect(); in testSystemGestureExclusionLimit() local
772 swipeBounds.set(mActivity.getViewBoundOnScreen(rootView)); in testSystemGestureExclusionLimit()
775 final int swipeY = swipeBounds.bottom - mExclusionLimit + shiftY; in testSystemGestureExclusionLimit()
778 mDevice.swipe(swipeBounds.left, swipeY, swipeBounds.right, swipeY, STEPS); in testSystemGestureExclusionLimit()