HomeSort by relevance Sort by last modified time
    Searched refs:PhotoView (Results 1 - 5 of 5) sorted by null

  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoTask.java 49 private WeakReference<PhotoView> mImageWeakRef;
101 * @param photoView An ImageView instance that shows the downloaded image
106 PhotoView photoView,
113 mImageURL = photoView.getLocation();
116 mImageWeakRef = new WeakReference<PhotoView>(photoView);
122 mTargetWidth = photoView.getWidth();
123 mTargetHeight = photoView.getHeight();
202 public PhotoView getPhotoView()
    [all...]
PhotoView.java 38 public class PhotoView extends ImageView {
71 public PhotoView(Context context) {
80 public PhotoView(Context context, AttributeSet attributeSet) {
93 public PhotoView(Context context, AttributeSet attributeSet, int defaultStyle) {
119 * Sets the visibility of the PhotoView
PhotoFragment.java 37 PhotoView mPhotoView;
60 * a BitMap stored in the PhotoView for this Fragment.
111 // Gets a handle to the PhotoView View in the layout
112 mPhotoView = ((PhotoView) localView.findViewById(R.id.photoView));
PhotoManager.java 190 // Sets an PhotoView that's a weak reference to the
192 PhotoView localView = photoTask.getPhotoView();
384 PhotoView imageView,
PhotoThumbnailFragment.java 371 PhotoView localImageDownloaderView = (PhotoView) view.getTag();

Completed in 188 milliseconds