Searched refs:newSubPopupLocation (Results 1 – 1 of 1) sorted by relevance
1938 final int[] newSubPopupLocation = new int[2]; in testAnchorInPopup() local1939 subPopup.getContentView().getLocationOnScreen(newSubPopupLocation); in testAnchorInPopup()1940 assertEquals(subPopupLocation[0] - deltaX, newSubPopupLocation[0]); in testAnchorInPopup()1941 assertEquals(subPopupLocation[1] - deltaY, newSubPopupLocation[1]); in testAnchorInPopup()