Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1022 final int[] anchorPosition = new int[2]; in getLoc() local
1023 view.getLocationOnScreen(anchorPosition); in getLoc()
1024 return new Point(anchorPosition[0], anchorPosition[1]); in getLoc()