Searched refs:locX (Results 1 – 1 of 1) sorted by relevance
282 public void moveScannerCheckButton(int locX, int locY) in moveScannerCheckButton() argument292 if (Math.abs(locX - origX) > buttonWidth || Math.abs(locY - origY) > buttonHeight) { in moveScannerCheckButton()293 btn.drag(new Point(locX, locY)); in moveScannerCheckButton()