Searched refs:mPhoto (Results 1 - 5 of 5) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
H A D | BaseContactEditorView.java | 51 protected PhotoEditorView mPhoto; field in class:BaseContactEditorView 67 mPhoto.setPhotoBitmap(bitmap); 82 return mPhoto.hasSetPhoto(); 86 return mPhoto;
|
H A D | ContactEditorView.java | 101 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 D | ReadOnlyContactEditorView.java | 83 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 D | CallCard.java | 86 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 D | MessageListAdapter.java | 489 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