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