HomeSort by relevance Sort by last modified time
    Searched defs:mPhoto (Results 1 - 6 of 6) 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/src/com/android/email/activity/
ContactStatusLoader.java 68 public final Bitmap mPhoto;
77 mPhoto = photo;
  /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...]

Completed in 430 milliseconds