Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java206 private WindowInsets mContentViewWindowInsets; field in WindowInsetsBehaviorTests
634 mainThreadRun(() -> mContentViewWindowInsets = mActivity.getDecorViewWindowInsets()); in systemGesture_excludeViewRects_withoutAnyCancel()
636 mContentViewWindowInsets.getSystemGestureInsets(), mContentViewWindowInsets)); in systemGesture_excludeViewRects_withoutAnyCancel()
639 mContentViewWindowInsets.getMandatorySystemGestureInsets(), in systemGesture_excludeViewRects_withoutAnyCancel()
640 mContentViewWindowInsets))); in systemGesture_excludeViewRects_withoutAnyCancel() local
669 mainThreadRun(() -> mContentViewWindowInsets = mActivity.getDecorViewWindowInsets()); in systemGesture_notExcludeViewRects_withoutAnyCancel()
671 mContentViewWindowInsets.getSystemGestureInsets(), mContentViewWindowInsets)); in systemGesture_notExcludeViewRects_withoutAnyCancel()
690 mainThreadRun(() -> mContentViewWindowInsets = mActivity.getDecorViewWindowInsets()); in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()
692 mContentViewWindowInsets.getTappableElementInsets(), mContentViewWindowInsets)); in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()
712 mainThreadRun(() -> mContentViewWindowInsets = mActivity.getDecorViewWindowInsets()); in tappableElements_tapSamplePoints_notExcludeViewRects_withoutAnyCancel()
[all …]