Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/users/
DEditUserPhotoController.java291 final int squareSize = Math.min(fullImage.getWidth(), in onPhotoCropped() local
293 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()