Searched refs:PhotoView (Results 1 – 4 of 4) sorted by relevance
47 public class PhotoView extends View implements OnGestureListener, class192 public PhotoView(Context context) { in PhotoView() method in PhotoView197 public PhotoView(Context context, AttributeSet attrs) { in PhotoView() method in PhotoView202 public PhotoView(Context context, AttributeSet attrs, int defStyle) { in PhotoView() method in PhotoView1145 private final PhotoView mHeader;1160 public ScaleRunnable(PhotoView header) { in ScaleRunnable()1227 private final PhotoView mHeader;1239 public TranslateRunnable(PhotoView header) { in TranslateRunnable()1329 private final PhotoView mHeader;1338 public SnapRunnable(PhotoView header) { in SnapRunnable()[all …]
49 import com.android.ex.photo.views.PhotoView;102 protected PhotoView mPhotoView;225 mPhotoView = (PhotoView) view.findViewById(R.id.photo_view); in initializeView()
107 // Called by the PhotoView to get a photo109 PhotoView imageView,
236 PhotoView localView = photoTask.getPhotoView();