Searched refs:parentWindowView (Results 1 – 1 of 1) sorted by relevance
1739 View parentWindowView = mActivity.getWindow().getDecorView(); in testVerticallyClippedBeforeAdjusted() local1740 int parentWidth = parentWindowView.getMeasuredWidth(); in testVerticallyClippedBeforeAdjusted()1741 int parentHeight = parentWindowView.getMeasuredHeight(); in testVerticallyClippedBeforeAdjusted()1762 - parentWindowView.getRootWindowInsets().getSystemWindowInsetBottom()); in testVerticallyClippedBeforeAdjusted()1801 View parentWindowView = mActivity.getWindow().getDecorView(); in testClipToScreenClipsToInsets() local1802 int parentWidth = parentWindowView.getMeasuredWidth(); in testClipToScreenClipsToInsets()1803 int parentHeight = parentWindowView.getMeasuredHeight(); in testClipToScreenClipsToInsets()1819 parentWindowView.getWindowVisibleDisplayFrame(visibleFrame); in testClipToScreenClipsToInsets()