Searched refs:anchorOnScreenXY (Results 1 – 2 of 2) sorted by relevance
816 final int[] anchorOnScreenXY = new int[2]; in testCreateOnDragListener() local817 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()
591 final int[] anchorOnScreenXY = new int[2]; in verifyPositionY() local592 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionY()593 int anchorY = anchorOnScreenXY[1]; in verifyPositionY()610 final int[] anchorOnScreenXY = new int[2]; in verifyPositionX() local611 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionX()612 int anchorX = anchorOnScreenXY[0]; in verifyPositionX()