Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/users/
DEditUserPhotoController.java83 private final int mPhotoSize; field in EditUserPhotoController
102 mPhotoSize = getPhotoSize(mContext); in EditUserPhotoController()
282 intent.putExtra("outputX", mPhotoSize); in appendCropExtras()
283 intent.putExtra("outputY", mPhotoSize); in appendCropExtras()
310 Bitmap croppedImage = Bitmap.createBitmap(mPhotoSize, mPhotoSize, in onPhotoCropped()
328 Rect rectDest = new Rect(0, 0, mPhotoSize, mPhotoSize); in onPhotoCropped()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DEditUserPhotoController.java83 private final int mPhotoSize; field in EditUserPhotoController
102 mPhotoSize = getPhotoSize(mContext); in EditUserPhotoController()
282 intent.putExtra("outputX", mPhotoSize); in appendCropExtras()
283 intent.putExtra("outputY", mPhotoSize); in appendCropExtras()
310 Bitmap croppedImage = Bitmap.createBitmap(mPhotoSize, mPhotoSize, in onPhotoCropped()
328 Rect rectDest = new Rect(0, 0, mPhotoSize, mPhotoSize); in onPhotoCropped()
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
DEditUserPhotoController.java83 private final int mPhotoSize; field in EditUserPhotoController
102 mPhotoSize = getPhotoSize(mContext); in EditUserPhotoController()
276 intent.putExtra("outputX", mPhotoSize); in appendCropExtras()
277 intent.putExtra("outputY", mPhotoSize); in appendCropExtras()
315 Bitmap croppedImage = Bitmap.createBitmap(mPhotoSize, mPhotoSize, in onPhotoCropped()
324 Rect rectDest = new Rect(0, 0, mPhotoSize, mPhotoSize); in onPhotoCropped()
/packages/apps/Contacts/src/com/android/contacts/dialog/
DCallSubjectDialog.java101 private int mPhotoSize; field in CallSubjectDialog
279 mPhotoSize = getResources().getDimensionPixelSize( in onCreate()
415 mPhotoSize, false /* darkTheme */, true /* isCircular */, request); in setPhoto()