Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java816 final int[] anchorOnScreenXY = new int[2]; in testCreateOnDragListener() local
817 anchor.getLocationOnScreen(anchorOnScreenXY); in testCreateOnDragListener()
822 int emulatedX = anchorOnScreenXY[0] + anchor.getWidth() / 2; in testCreateOnDragListener()
823 int emulatedStartY = anchorOnScreenXY[1] + anchor.getHeight() / 2; in testCreateOnDragListener()
DPopupWindowTest.java591 final int[] anchorOnScreenXY = new int[2]; in verifyPositionY() local
592 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionY()
593 int anchorY = anchorOnScreenXY[1]; in verifyPositionY()
610 final int[] anchorOnScreenXY = new int[2]; in verifyPositionX() local
611 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionX()
612 int anchorX = anchorOnScreenXY[0]; in verifyPositionX()