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