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