HomeSort by relevance Sort by last modified time
    Searched defs:mPhoto (Results 1 - 6 of 6) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
BaseRawContactEditorView.java 48 private PhotoEditorView mPhoto;
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/ContactsCommon/src/com/android/contacts/common/list/
ContactTileView.java 40 private ImageView mPhoto;
61 mPhoto = (ImageView) findViewById(R.id.contact_tile_image);
126 if (mPhoto != null) {
127 mPhotoManager.loadPhoto(mPhoto, entry.photoUri, getApproximateImageSize(),
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 68 public final Bitmap mPhoto;
77 mPhoto = photo;
  /packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java 327 private byte[] mPhoto;
352 return mPhoto;
367 mPhoto = photo;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 362 RectF mPhoto = null;
390 mPhoto = photoBounds;
423 if (mCrop != null && mPhoto != null && mOrig != null) {
424 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig);
438 Bitmap ret = getCroppedImage(img, mCrop, mPhoto);
462 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig);
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 122 private ImageView mPhoto;
132 * Uri being used to load contact photo for mPhoto. Will be null when nothing is being loaded,
168 showImage(mPhoto, R.drawable.picture_unknown);
231 mPhoto = (ImageView) findViewById(R.id.photo);
    [all...]

Completed in 371 milliseconds