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