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

  /development/samples/training/threadsample/src/com/example/android/threadsample/
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
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 46 public class PhotoView extends View implements OnGestureListener,
183 public PhotoView(Context context) {
188 public PhotoView(Context context, AttributeSet attrs) {
193 public PhotoView(Context context, AttributeSet attrs, int defStyle) {
583 // Invalidate the view because if you move off this PhotoView
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 47 public class PhotoView extends GLView {
49 private static final String TAG = "PhotoView";
246 public PhotoView(AbstractGalleryActivity activity) {
278 PhotoView.this.invalidate();
    [all...]

Completed in 75 milliseconds