Searched refs:mPhotoSize (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/src/com/android/settings/users/ |
D | EditUserPhotoController.java | 72 private final int mPhotoSize; field in EditUserPhotoController 91 mPhotoSize = getPhotoSize(mContext); in EditUserPhotoController() 237 intent.putExtra("outputX", mPhotoSize); in appendCropExtras() 238 intent.putExtra("outputY", mPhotoSize); in appendCropExtras() 265 Bitmap croppedImage = Bitmap.createBitmap(mPhotoSize, mPhotoSize, in onPhotoCropped() 283 Rect rectDest = new Rect(0, 0, mPhotoSize, mPhotoSize); in onPhotoCropped()
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | CallLogAdapter.java | 279 private int mPhotoSize; field in CallLogAdapter 378 mPhotoSize = resources.getDimensionPixelSize(R.dimen.contact_photo_size); in CallLogAdapter() 1273 mContactPhotoManager.loadPhoto(views.quickContactView, photoUri, mPhotoSize, in setPhoto()
|