Searched refs:clearLocation (Results 1 – 1 of 1) sorted by relevance
1043 final int[] clearLocation = new int[2]; in reveal() local1044 sourceView.getLocationInWindow(clearLocation); in reveal()1045 clearLocation[0] += sourceView.getWidth() / 2; in reveal()1046 clearLocation[1] += sourceView.getHeight() / 2; in reveal()1048 final int revealCenterX = clearLocation[0] - revealView.getLeft(); in reveal()1049 final int revealCenterY = clearLocation[1] - revealView.getTop(); in reveal()