Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java110 private Rect mActionBounds; field in WindowInsetsBehaviorTests
609 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in systemGesture_excludeViewRects_withoutAnyCancel()
618 final List<Rect> swipeBounds = splitBoundsAccordingToExclusionLimit(mActionBounds); in systemGesture_excludeViewRects_withoutAnyCancel()
644 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in systemGesture_notExcludeViewRects_withoutAnyCancel()
646 final int swipeCount = swipeInViewBoundary(mActionBounds); in systemGesture_notExcludeViewRects_withoutAnyCancel()
665 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()
668 final int count = clickAllOfSamplePoints(mActionBounds, this::clickAndWaitByUiDevice); in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()
687 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in tappableElements_tapSamplePoints_notExcludeViewRects_withoutAnyCancel()
690 final int count = clickAllOfSamplePoints(mActionBounds, this::clickAndWaitByUiDevice); in tappableElements_tapSamplePoints_notExcludeViewRects_withoutAnyCancel()