Searched refs:popupLocationOnScreenXY (Results 1 – 1 of 1) sorted by relevance
1740 int[] popupLocationOnScreenXY = new int[2]; in testVerticallyClippedBeforeAdjusted() local1741 popupRoot.getLocationOnScreen(popupLocationOnScreenXY); in testVerticallyClippedBeforeAdjusted()1742 assertEquals(anchorLocationOnScreenXY[1] + anchor.getHeight(), popupLocationOnScreenXY[1]); in testVerticallyClippedBeforeAdjusted()