Searched refs:popupRoot (Results 1 – 1 of 1) sorted by relevance
1679 View popupRoot = mPopupWindow.getContentView(); in testVerticallyClippedBeforeAdjusted() local1680 int measuredWidth = popupRoot.getMeasuredWidth(); in testVerticallyClippedBeforeAdjusted()1681 int measuredHeight = popupRoot.getMeasuredHeight(); in testVerticallyClippedBeforeAdjusted()1695 popupRoot.getLocationOnScreen(popupLocationOnScreenXY); in testVerticallyClippedBeforeAdjusted()1734 View popupRoot = mPopupWindow.getContentView().getRootView(); in testClipToScreenClipsToInsets() local1735 int measuredWidth = popupRoot.getMeasuredWidth(); in testClipToScreenClipsToInsets()1736 int measuredHeight = popupRoot.getMeasuredHeight(); in testClipToScreenClipsToInsets()