Searched refs:mPhoto (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactTileView.java40 private ImageView mPhoto; field in class:ContactTileView
52 mPhoto = (ImageView) findViewById(R.id.contact_tile_image);
96 if (mPhoto != null) {
98 mPhoto,
/packages/apps/EmergencyInfo/src/com/android/emergency/
H A DEmergencyContactManager.java137 private final Bitmap mPhoto; field in class:EmergencyContactManager.Contact
151 mPhoto = photo;
185 return mPhoto;
/packages/apps/Email/src/com/android/email/activity/
H A DContactStatusLoader.java68 public final Bitmap mPhoto; field in class:ContactStatusLoader.Result
77 mPhoto = photo;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropActivity.java365 RectF mPhoto = null; field in class:CropActivity.BitmapIOTask
393 mPhoto = photoBounds;
426 if (mCrop != null && mPhoto != null && mOrig != null) {
427 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig);
441 Bitmap ret = getCroppedImage(img, mCrop, mPhoto);
465 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig);

Completed in 117 milliseconds