Searched refs:mPhotoSize (Results 1 – 2 of 2) sorted by relevance
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/ |
D | EditUserPhotoController.java | 84 private final int mPhotoSize; field in EditUserPhotoController 103 mPhotoSize = getPhotoSize(mContext); in EditUserPhotoController() 285 intent.putExtra("outputX", mPhotoSize); in appendCropExtras() 286 intent.putExtra("outputY", mPhotoSize); in appendCropExtras() 324 Bitmap croppedImage = Bitmap.createBitmap(mPhotoSize, mPhotoSize, in onPhotoCropped() 333 Rect rectDest = new Rect(0, 0, mPhotoSize, mPhotoSize); in onPhotoCropped()
|
/packages/apps/Contacts/src/com/android/contacts/dialog/ |
D | CallSubjectDialog.java | 101 private int mPhotoSize; field in CallSubjectDialog 279 mPhotoSize = getResources().getDimensionPixelSize( in onCreate() 415 mPhotoSize, false /* darkTheme */, true /* isCircular */, request); in setPhoto()
|