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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DBaseRawContactEditorView.java48 private PhotoEditorView mPhoto; field in class:BaseRawContactEditorView
71 mPhoto = (PhotoEditorView)findViewById(R.id.edit_photo);
72 mPhoto.setEnabled(isEnabled());
83 mPhoto.setPhotoBitmap(bitmap);
88 mPhoto.setVisibility(hasPhotoEditor ? View.VISIBLE : View.GONE);
103 return mPhoto.hasSetPhoto();
107 return mPhoto;
/packages/apps/Email/tests/src/com/android/email/activity/
H A DContactStatusLoaderTest.java81 assertNull(r.mPhoto);
94 assertNull(r.mPhoto);
125 assertNull(r.mPhoto); // no photo
144 assertNull(r.mPhoto); // no photo
165 assertNotNull(r.mPhoto);
166 assertEquals(10, r.mPhoto.getWidth());
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactTileView.java42 private ImageView mPhoto; field in class:ContactTileView
63 mPhoto = (ImageView) findViewById(R.id.contact_tile_image);
130 if (mPhoto != null) {
131 mPhotoManager.loadPhoto(mPhoto, entry.photoUri, getApproximateImageSize(),
174 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/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java331 private byte[] mPhoto; field in class:SuggestedMemberListAdapter.SuggestedMember
356 return mPhoto;
371 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);
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallCardFragment.java79 private ImageView mPhoto; field in class:CallCardFragment
174 mPhoto = (ImageView) view.findViewById(R.id.photo);
388 setDrawableToImageView(mPhoto, image);
444 setDrawableToImageView(mPhoto, photo);
781 mPhoto.setVisibility(isVisible ? View.VISIBLE : View.GONE);

Completed in 961 milliseconds