Searched refs:photoView (Results 1 – 3 of 3) sorted by relevance
106 PhotoView photoView, in initializeDownloaderTask() argument113 mImageURL = photoView.getLocation(); in initializeDownloaderTask()116 mImageWeakRef = new WeakReference<PhotoView>(photoView); in initializeDownloaderTask()122 mTargetWidth = photoView.getWidth(); in initializeDownloaderTask()123 mTargetHeight = photoView.getHeight(); in initializeDownloaderTask()
112 mPhotoView = ((PhotoView) localView.findViewById(R.id.photoView)); in onCreateView()
84 cache.photoView.assignContactUri(Contacts.getLookupUri(contactId, lookupKey)); in bindView()92 cache.photoView = (QuickContactBadge) view.findViewById(R.id.badge); in newView()101 public QuickContactBadge photoView; field in QuickContactsDemo.ContactListItemCache