Searched refs:squareSize (Results 1 – 1 of 1) sorted by relevance
327 final int squareSize = Math.min(fullImage.getWidth(), in onPhotoCropped() local329 final int left = (fullImage.getWidth() - squareSize) / 2; in onPhotoCropped()330 final int top = (fullImage.getHeight() - squareSize) / 2; in onPhotoCropped()332 left + squareSize, top + squareSize); in onPhotoCropped()