Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java608 mainThreadRun(() -> mContentViewWindowInsets = mActivity.getDecorViewWindowInsets()); in systemGesture_excludeViewRects_withoutAnyCancel()
643 mainThreadRun(() -> mContentViewWindowInsets = mActivity.getDecorViewWindowInsets()); in systemGesture_notExcludeViewRects_withoutAnyCancel()
664 mainThreadRun(() -> mContentViewWindowInsets = mActivity.getDecorViewWindowInsets()); in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()
686 mainThreadRun(() -> mContentViewWindowInsets = mActivity.getDecorViewWindowInsets()); in tappableElements_tapSamplePoints_notExcludeViewRects_withoutAnyCancel()
DWindowInsetsActivity.java123 WindowInsets getDecorViewWindowInsets() { in getDecorViewWindowInsets() method in WindowInsetsActivity