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

/packages/apps/Contacts/src/com/android/contacts/ui/widget/
H A DBaseContactEditorView.java51 protected PhotoEditorView mPhoto; field in class:BaseContactEditorView
67 mPhoto.setPhotoBitmap(bitmap);
82 return mPhoto.hasSetPhoto();
86 return mPhoto;
H A DContactEditorView.java101 mPhoto = (PhotoEditorView)findViewById(R.id.edit_photo);
200 mPhoto.setVisibility(mHasPhotoEditor ? View.VISIBLE : View.GONE);
201 mPhoto.setEnabled(!mIsSourceReadOnly);
237 mPhoto.setValues(kind, primary, state, mIsSourceReadOnly, vig);
238 if (mIsSourceReadOnly && !mPhoto.hasSetPhoto()) {
H A DReadOnlyContactEditorView.java83 mPhoto = (PhotoEditorView)findViewById(R.id.edit_photo);
139 mPhoto.setValues(kind, primary, state, source.readOnly, vig);
140 if (!mHasPhotoEditor || !mPhoto.hasSetPhoto()) {
/packages/apps/Phone/src/com/android/phone/
H A DCallCard.java86 private ImageView mPhoto; field in class:CallCard
87 private Button mManageConferencePhotoButton; // Possibly shown in place of mPhoto
179 mPhoto = (ImageView) findViewById(R.id.photo);
1073 // Update mPhoto
1084 mPhoto.setVisibility(View.INVISIBLE);
1086 showImage(mPhoto, info.photoResource);
1087 } else if (!showCachedImage(mPhoto, info)) {
1091 info, 0, this, call, getContext(), mPhoto, personUri, R.drawable.picture_unknown);
1154 showImage(mPhoto, R.drawable.picture_dialing);
1160 mPhoto
[all...]
/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageListAdapter.java489 private Drawable mPhoto; field in class:MessageListAdapter.AvatarCache.ContactData
496 return mPhoto;
537 mPhoto = new BitmapDrawable(mContext.getResources(), b);
598 mPhoto = mDefaultAvatarDrawable;

Completed in 52 milliseconds