Home
last modified time | relevance | path

Searched refs:squareSize (Results 1 – 1 of 1) sorted by relevance

/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
DEditUserPhotoController.java327 final int squareSize = Math.min(fullImage.getWidth(), in onPhotoCropped() local
329 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()