Home
last modified time | relevance | path

Searched refs:newPopupLocation (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1981 final int[] newPopupLocation = new int[2]; in testAnchorInPopup() local
1982 mPopupWindow.getContentView().getLocationOnScreen(newPopupLocation); in testAnchorInPopup()
1983 assertEquals(popupLocation[0] - deltaX, newPopupLocation[0]); in testAnchorInPopup()
1984 assertEquals(popupLocation[1] - deltaY, newPopupLocation[1]); in testAnchorInPopup()