Home | History | Annotate | Download | only in phone

Lines Matching refs:mPhoto

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);
1317 // Update mPhoto
1328 mPhoto.setTag(null);
1329 mPhoto.setVisibility(View.INVISIBLE);
1331 showImage(mPhoto, info.photoResource);
1332 } else if (!showCachedImage(mPhoto, info)) {
1335 showImage(mPhoto, R.drawable.picture_unknown);
1348 mPhoto.setTag(null);
1350 mPhoto.setVisibility(View.INVISIBLE);
1354 getContext(), personUri, this, new AsyncLoadCookie(mPhoto, info, call));
1409 showImage(mPhoto, R.drawable.picture_dialing);
1417 showImage(mPhoto, R.drawable.picture_conference);
1541 if (!showCachedImage(mPhoto, ci) && (mPhotoTracker.getPhotoState() ==
1546 showImage(mPhoto, R.drawable.picture_unknown);
1551 mPhoto.setTag(null);
1553 mPhoto.setVisibility(View.INVISIBLE);
1556 new AsyncLoadCookie(mPhoto, ci, null));
1563 showImage(mPhoto, photoImageResource);
1572 showImage(mPhoto, photoImageResource);
1725 dispatchPopulateAccessibilityEvent(event, mPhoto);