Home | History | Annotate | Download | only in phone

Lines Matching defs:mPhoto

122     private ImageView mPhoto;
132 * Uri being used to load contact photo for mPhoto. Will be null when nothing is being loaded,
168 showImage(mPhoto, R.drawable.picture_unknown);
231 mPhoto = (ImageView) findViewById(R.id.photo);
1318 // Update mPhoto
1329 mPhoto.setTag(null);
1330 mPhoto.setVisibility(View.INVISIBLE);
1332 showImage(mPhoto, info.photoResource);
1333 } else if (!showCachedImage(mPhoto, info)) {
1336 showImage(mPhoto, R.drawable.picture_unknown);
1349 mPhoto.setTag(null);
1351 mPhoto.setVisibility(View.INVISIBLE);
1355 getContext(), personUri, this, new AsyncLoadCookie(mPhoto, info, call));
1431 showImage(mPhoto, R.drawable.picture_dialing);
1439 showImage(mPhoto, R.drawable.picture_conference);
1563 if (!showCachedImage(mPhoto, ci) && (mPhotoTracker.getPhotoState() ==
1568 showImage(mPhoto, R.drawable.picture_unknown);
1573 mPhoto.setTag(null);
1575 mPhoto.setVisibility(View.INVISIBLE);
1578 new AsyncLoadCookie(mPhoto, ci, null));
1585 showImage(mPhoto, photoImageResource);
1594 showImage(mPhoto, photoImageResource);
1747 dispatchPopulateAccessibilityEvent(event, mPhoto);