Searched refs:targetLoc (Results 1 – 3 of 3) sorted by relevance
166 int[] targetLoc = new int[2]; in closeControls() local168 v.getLocationOnScreen(targetLoc); in closeControls()171 final int x = targetLoc[0] - parentLoc[0] + centerX; in closeControls()172 final int y = targetLoc[1] - parentLoc[1] + centerY; in closeControls()
382 int[] targetLoc = new int[2]; in undoSnooze() local384 v.getLocationOnScreen(targetLoc); in undoSnooze()387 final int x = targetLoc[0] - parentLoc[0] + centerX; in undoSnooze()388 final int y = targetLoc[1] - parentLoc[1] + centerY; in undoSnooze()
748 int[] targetLoc = new int[2];750 v.getLocationOnScreen(targetLoc);753 final int x = targetLoc[0] - parentLoc[0] + centerX;754 final int y = targetLoc[1] - parentLoc[1] + centerY;