Searched refs:anchorOnScreenXY (Results 1 – 2 of 2) sorted by relevance
932 final int[] anchorOnScreenXY = new int[2]; in testCreateOnDragListener() local933 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()
661 final int[] anchorOnScreenXY = new int[2]; in verifyPositionY() local662 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionY()663 int anchorY = anchorOnScreenXY[1]; in verifyPositionY()680 final int[] anchorOnScreenXY = new int[2]; in verifyPositionX() local681 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionX()682 int anchorX = anchorOnScreenXY[0]; in verifyPositionX()