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.java932 final int[] anchorOnScreenXY = new int[2]; in testCreateOnDragListener() local
933 anchor.getLocationOnScreen(anchorOnScreenXY); in testCreateOnDragListener()
938 int emulatedX = anchorOnScreenXY[0] + anchor.getWidth() / 2; in testCreateOnDragListener()
939 int emulatedStartY = anchorOnScreenXY[1] + anchor.getHeight() / 2; in testCreateOnDragListener()
DPopupWindowTest.java661 final int[] anchorOnScreenXY = new int[2]; in verifyPositionY() local
662 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionY()
663 int anchorY = anchorOnScreenXY[1]; in verifyPositionY()
680 final int[] anchorOnScreenXY = new int[2]; in verifyPositionX() local
681 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionX()
682 int anchorX = anchorOnScreenXY[0]; in verifyPositionX()