Lines Matching refs:vh
1024 ViewHolder vh = new ViewHolder();
1025 vh.badge = (QuickContactBadge) v.findViewById(R.id.badge);
1026 vh.badge.assignContactFromEmail(attendee.mEmail, true);
1027 vh.presence = (ImageView) v.findViewById(R.id.presence);
1028 mViewHolders.put(attendee.mEmail, vh);
1066 ViewHolder vh = mViewHolders.get(email);
1072 if (vh == null) {
1075 ImageView presenceView = vh.presence;
1082 if (photoId > 0 && vh.updateCounts < queryIndex) {
1083 vh.updateCounts = queryIndex;
1087 ContactsAsyncHelper.updateImageViewWithContactPhotoAsync(mContext, vh.badge,