Home | History | Annotate | Download | only in phone

Lines Matching defs:mPhoto

88     private InCallContactPhoto mPhoto;
170 mPhoto = (InCallContactPhoto) findViewById(R.id.photo);
172 mPhoto.setInsetImageView(inset);
1098 // Update mPhoto
1109 mPhoto.setVisibility(View.INVISIBLE);
1111 showImage(mPhoto, info.photoResource);
1112 } else if (!showCachedImage(mPhoto, info)) {
1116 info, 0, this, call, getContext(), mPhoto, personUri, R.drawable.picture_unknown);
1166 showImage(mPhoto, R.drawable.picture_dialing);
1174 showImage(mPhoto, R.drawable.picture_conference);
1301 if (!showCachedImage(mPhoto, ci) && (mPhotoTracker.getPhotoState() ==
1304 getContext(), mPhoto, mPhotoTracker.getPhotoUri(), -1);
1310 showImage(mPhoto, photoImageResource);
1319 showImage(mPhoto, photoImageResource);
1468 dispatchPopulateAccessibilityEvent(event, mPhoto);