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.java1666 View parentWindowView = mActivity.getWindow().getDecorView(); in testVerticallyClippedBeforeAdjusted() local
1667 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() local
1724 int parentWidth = parentWindowView.getMeasuredWidth(); in testClipToScreenClipsToInsets()
1725 int parentHeight = parentWindowView.getMeasuredHeight(); in testClipToScreenClipsToInsets()
1740 parentWindowView.getWindowVisibleDisplayFrame(visibleFrame); in testClipToScreenClipsToInsets()