Searched refs:newPopupLocation (Results 1 – 1 of 1) sorted by relevance
1546 final int[] newPopupLocation = mPopupWindow.getContentView().getLocationOnScreen(); in testAnchorInPopup() local1547 assertEquals(popupLocation[0] - deltaX, newPopupLocation[0]); in testAnchorInPopup()1548 assertEquals(popupLocation[1] - deltaY, newPopupLocation[1]); in testAnchorInPopup()