Searched refs:doneLocation (Results 1 – 1 of 1) sorted by relevance
1147 int[] doneLocation = new int[2]; in saveImportanceCloseControls() local1149 done.getLocationOnScreen(doneLocation); in saveImportanceCloseControls()1153 final int x = doneLocation[0] - rowLocation[0] + centerX; in saveImportanceCloseControls()1154 final int y = doneLocation[1] - rowLocation[1] + centerY; in saveImportanceCloseControls()