Home
last modified time | relevance | path

Searched refs:photoView (Results 1 – 3 of 3) sorted by relevance

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoTask.java106 PhotoView photoView, in initializeDownloaderTask() argument
113 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()
DPhotoFragment.java112 mPhotoView = ((PhotoView) localView.findViewById(R.id.photoView)); in onCreateView()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DQuickContactsDemo.java84 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