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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 63 import com.android.gallery3d.filtershow.imageshow.GeometryMetadata;
64 import com.android.gallery3d.filtershow.imageshow.ImageCrop;
65 import com.android.gallery3d.filtershow.imageshow.ImageShow;
66 import com.android.gallery3d.filtershow.imageshow.MasterImage;
97 private ImageShow mImageShow = null;
110 private final Vector<ImageShow> mImageViews = new Vector<ImageShow>();
218 mImageShow = (ImageShow) findViewById(R.id.imageShow);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 17 package com.android.gallery3d.filtershow.imageshow;
46 public class ImageShow extends View implements OnGestureListener,
50 private static final String LOGTAG = "ImageShow";
164 public ImageShow(Context context, AttributeSet attrs) {
172 public ImageShow(Context context) {
360 public void resetImageCaches(ImageShow caller) {

Completed in 36 milliseconds