Home | History | Annotate | Download | only in quickcontact

Lines Matching refs:mPhotoView

259     private QuickContactImageView mPhotoView;
1017 mPhotoView = (QuickContactImageView) findViewById(R.id.photo);
1250 mPhotoView.setIsBusiness(mContactData.isDisplayNameFromOrganization());
1251 mPhotoSetter.setupContactPhoto(data, mPhotoView);
2279 final Drawable imageViewDrawable = mPhotoView.getDrawable();
2323 if (imageViewDrawable == mPhotoView.getDrawable()) {