Home
last modified time | relevance | path

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

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