Searched refs:PhotoView (Results 1 – 5 of 5) sorted by relevance
49 private WeakReference<PhotoView> mImageWeakRef;106 PhotoView photoView, in initializeDownloaderTask()116 mImageWeakRef = new WeakReference<PhotoView>(photoView); in initializeDownloaderTask()202 public PhotoView getPhotoView() { in getPhotoView()
38 public class PhotoView extends ImageView { class71 public PhotoView(Context context) { in PhotoView() method in PhotoView80 public PhotoView(Context context, AttributeSet attributeSet) { in PhotoView() method in PhotoView93 public PhotoView(Context context, AttributeSet attributeSet, int defaultStyle) { in PhotoView() method in PhotoView
37 PhotoView mPhotoView;112 mPhotoView = ((PhotoView) localView.findViewById(R.id.photoView)); in onCreateView()
192 PhotoView localView = photoTask.getPhotoView(); in PhotoManager()384 PhotoView imageView, in startDownload()
371 PhotoView localImageDownloaderView = (PhotoView) view.getTag(); in bindView()