HomeSort by relevance Sort by last modified time
    Searched full:mphoto (Results 1 - 10 of 10) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
BaseRawContactEditorView.java 49 private PhotoEditorView mPhoto;
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;
ContactEditorFragment.java 199 private Bitmap mPhoto = null;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileView.java 39 private ImageView mPhoto;
60 mPhoto = (ImageView) findViewById(R.id.contact_tile_image);
120 if (mPhoto != null) {
121 mPhotoManager.loadPhoto(mPhoto, entry.photoUri, isDefaultIconHires(),
  /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/Email/src/com/android/email/activity/
ContactStatusLoader.java 68 public final Bitmap mPhoto;
77 mPhoto = photo;
MessageViewFragmentBase.java 738 if (result.mPhoto != null) { // photo will be null if unknown.
739 mFragment.mFromBadge.setImageBitmap(result.mPhoto);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java 326 private byte[] mPhoto;
351 return mPhoto;
366 mPhoto = photo;
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 88 private InCallContactPhoto mPhoto;
170 mPhoto = (InCallContactPhoto) findViewById(R.id.photo);
172 mPhoto.setInsetImageView(inset);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 505 private View mPhoto = findViewById(R.id.contact_background_sizer);
519 return mPhoto.getHeight() - mHeader.getHeight();
523 return mPhoto.getHeight() + mSeparator.getHeight();
    [all...]
  /packages/apps/Email/src/com/android/email/
NotificationController.java 403 return ContactStatusLoader.getContactInfo(mContext, email).mPhoto;
    [all...]

Completed in 870 milliseconds