HomeSort by relevance Sort by last modified time
    Searched refs:mPhoto (Results 1 - 9 of 9) 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/Contacts/src/com/android/contacts/list/
ContactTileView.java 41 private ImageView mPhoto;
62 mPhoto = (ImageView) findViewById(R.id.contact_tile_image);
127 if (mPhoto != null) {
128 mPhotoManager.loadPhoto(mPhoto, entry.photoUri, getApproximateImageSize(),
  /packages/apps/Email/tests/src/com/android/email/activity/
ContactStatusLoaderTest.java 78 assertNull(r.mPhoto);
91 assertNull(r.mPhoto);
120 assertNull(r.mPhoto); // no photo
138 assertNull(r.mPhoto); // no photo
158 assertNotNull(r.mPhoto);
159 assertEquals(10, r.mPhoto.getWidth());
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 123 private ImageView mPhoto;
133 * Uri being used to load contact photo for mPhoto. Will be null when nothing is being loaded,
169 showImage(mPhoto, R.drawable.picture_unknown);
232 mPhoto = (ImageView) findViewById(R.id.photo);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 68 public final Bitmap mPhoto;
77 mPhoto = photo;
MessageViewFragmentBase.java 735 if (result.mPhoto != null) { // photo will be null if unknown.
736 mFragment.mFromBadge.setImageBitmap(result.mPhoto);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java 327 private byte[] mPhoto;
352 return mPhoto;
367 mPhoto = photo;
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 557 private View mPhoto = findViewById(R.id.contact_background_sizer);
571 return mPhoto.getHeight() - mHeader.getHeight();
575 return mPhoto.getHeight() + mSeparator.getHeight();
    [all...]
  /packages/apps/Email/src/com/android/email/
NotificationController.java 409 Bitmap photo = ContactStatusLoader.getContactInfo(mContext, email).mPhoto;
    [all...]

Completed in 152 milliseconds