Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java261 int[] listViewInWindowXY = new int[2]; in verifyAnchoring() local
270 listView.getLocationInWindow(listViewInWindowXY); in verifyAnchoring()
273 int expectedListViewOnScreenX = anchorXY[0] + listViewInWindowXY[0] + horizontalOffset; in verifyAnchoring()
282 getDisplay().getWidth() - mPopupWindow.getWidth() + listViewInWindowXY[0]; in verifyAnchoring()
287 int expectedListViewOnScreenY = anchorXY[1] + listViewInWindowXY[1] in verifyAnchoring()