Searched refs:parentWindowView (Results 1 – 1 of 1) sorted by relevance
1666 View parentWindowView = mActivity.getWindow().getDecorView(); in testVerticallyClippedBeforeAdjusted() local1667 int parentWidth = parentWindowView.getMeasuredWidth(); in testVerticallyClippedBeforeAdjusted()1668 int parentHeight = parentWindowView.getMeasuredHeight(); in testVerticallyClippedBeforeAdjusted()1689 - parentWindowView.getRootWindowInsets().getSystemWindowInsetBottom()); in testVerticallyClippedBeforeAdjusted()1723 View parentWindowView = mActivity.getWindow().getDecorView(); in testClipToScreenClipsToInsets() local1724 int parentWidth = parentWindowView.getMeasuredWidth(); in testClipToScreenClipsToInsets()1725 int parentHeight = parentWindowView.getMeasuredHeight(); in testClipToScreenClipsToInsets()1740 parentWindowView.getWindowVisibleDisplayFrame(visibleFrame); in testClipToScreenClipsToInsets()