Searched refs:popupRoot (Results 1 – 1 of 1) sorted by relevance
1752 View popupRoot = mPopupWindow.getContentView(); in testVerticallyClippedBeforeAdjusted() local1753 int measuredWidth = popupRoot.getMeasuredWidth(); in testVerticallyClippedBeforeAdjusted()1754 int measuredHeight = popupRoot.getMeasuredHeight(); in testVerticallyClippedBeforeAdjusted()1768 popupRoot.getLocationOnScreen(popupLocationOnScreenXY); in testVerticallyClippedBeforeAdjusted()1813 View popupRoot = mPopupWindow.getContentView().getRootView(); in testClipToScreenClipsToInsets() local1814 int measuredWidth = popupRoot.getMeasuredWidth(); in testClipToScreenClipsToInsets()1815 int measuredHeight = popupRoot.getMeasuredHeight(); in testClipToScreenClipsToInsets()