Searched refs:getDecorViewWindowInsets (Results 1 – 2 of 2) sorted by relevance
608 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()
123 WindowInsets getDecorViewWindowInsets() { in getDecorViewWindowInsets() method in WindowInsetsActivity