Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1986 final int[] newSubPopupLocation = new int[2]; in testAnchorInPopup() local
1987 subPopup.getContentView().getLocationOnScreen(newSubPopupLocation); in testAnchorInPopup()
1988 assertEquals(subPopupLocation[0] - deltaX, newSubPopupLocation[0]); in testAnchorInPopup()
1989 assertEquals(subPopupLocation[1] - deltaY, newSubPopupLocation[1]); in testAnchorInPopup()