Searched defs:mPhoto (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DBaseRawContactEditorView.java49 private PhotoEditorView mPhoto; field in class:BaseRawContactEditorView
72 mPhoto = (PhotoEditorView)findViewById(R.id.edit_photo);
73 mPhoto.setEnabled(isEnabled());
84 mPhoto.setPhotoBitmap(bitmap);
89 mPhoto.setVisibility(hasPhotoEditor ? View.VISIBLE : View.GONE);
104 return mPhoto.hasSetPhoto();
108 return mPhoto;
H A DContactEditorFragment.java199 private Bitmap mPhoto = null; field in class:ContactEditorFragment
1605 mPhoto = data.getParcelableExtra("data");
1606 setPhoto(mRawContactIdRequestingPhoto, mPhoto);
1651 * Sets the photo stored in mPhoto and writes it to the RawContact with the given id
1728 setPhoto(mRawContactIdRequestingPhotoAfterLoad, mPhoto);
1730 mPhoto = null;
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactTileView.java39 private ImageView mPhoto; field in class:ContactTileView
60 mPhoto = (ImageView) findViewById(R.id.contact_tile_image);
120 if (mPhoto != null) {
121 mPhotoManager.loadPhoto(mPhoto, entry.photoUri, isDefaultIconHires(),
/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.java326 private byte[] mPhoto; field in class:SuggestedMemberListAdapter.SuggestedMember
351 return mPhoto;
366 mPhoto = photo;
/packages/apps/Phone/src/com/android/phone/
H A DCallCard.java88 private InCallContactPhoto mPhoto; field in class:CallCard
170 mPhoto = (InCallContactPhoto) findViewById(R.id.photo);
172 mPhoto.setInsetImageView(inset);
1098 // Update mPhoto
1109 mPhoto.setVisibility(View.INVISIBLE);
1111 showImage(mPhoto, info.photoResource);
1112 } else if (!showCachedImage(mPhoto, info)) {
1116 info, 0, this, call, getContext(), mPhoto, personUri, R.drawable.picture_unknown);
1166 showImage(mPhoto, R.drawable.picture_dialing);
1174 showImage(mPhoto,
[all...]

Completed in 74 milliseconds