Searched defs:PhotoView (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java44 public class PhotoView extends View implements OnGestureListener, class in inherits:View,OnGestureListener,OnDoubleTapListener,ScaleGestureDetector.OnScaleGestureListener,HorizontallyScrollable
157 public PhotoView(Context context) { method in class:PhotoView
162 public PhotoView(Context context, AttributeSet attrs) { method in class:PhotoView
167 public PhotoView(Context context, AttributeSet attrs, int defStyle) { method in class:PhotoView
518 // Invalidate the view because if you move off this PhotoView
951 private final PhotoView mHeader;
966 public ScaleRunnable(PhotoView header) {
1033 private final PhotoView mHeader;
1042 public TranslateRunnable(PhotoView header) {
1129 private final PhotoView mHeade
[all...]

Completed in 80 milliseconds