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.java119 private Rect mActionBounds; field in WindowInsetsBehaviorTests
635 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in systemGesture_excludeViewRects_withoutAnyCancel()
644 final List<Rect> swipeBounds = splitBoundsAccordingToExclusionLimit(mActionBounds); in systemGesture_excludeViewRects_withoutAnyCancel()
670 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in systemGesture_notExcludeViewRects_withoutAnyCancel()
672 final int swipeCount = swipeInViewBoundary(mActionBounds); in systemGesture_notExcludeViewRects_withoutAnyCancel()
691 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()
694 final int count = clickAllOfSamplePoints(mActionBounds, this::clickAndWaitByUiDevice); in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()
713 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in tappableElements_tapSamplePoints_notExcludeViewRects_withoutAnyCancel()
716 final int count = clickAllOfSamplePoints(mActionBounds, this::clickAndWaitByUiDevice); in tappableElements_tapSamplePoints_notExcludeViewRects_withoutAnyCancel()