Searched refs:anchorPosition (Results 1 – 1 of 1) sorted by relevance
1022 final int[] anchorPosition = new int[2]; in getLoc() local1023 view.getLocationOnScreen(anchorPosition); in getLoc()1024 return new Point(anchorPosition[0], anchorPosition[1]); in getLoc()