Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1739 View parentWindowView = mActivity.getWindow().getDecorView(); in testVerticallyClippedBeforeAdjusted() local
1740 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() local
1802 int parentWidth = parentWindowView.getMeasuredWidth(); in testClipToScreenClipsToInsets()
1803 int parentHeight = parentWindowView.getMeasuredHeight(); in testClipToScreenClipsToInsets()
1819 parentWindowView.getWindowVisibleDisplayFrame(visibleFrame); in testClipToScreenClipsToInsets()