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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterSharpen.java 39 representation.setEditorId(R.id.imageShow);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 44 import com.android.gallery3d.filtershow.imageshow.ImageShow;
45 import com.android.gallery3d.filtershow.imageshow.MasterImage;
68 private final Vector<ImageShow> mListeners = new Vector<ImageShow>();
364 public void addListener(ImageShow imageShow) {
366 if (!mListeners.contains(imageShow)) {
367 mListeners.add(imageShow);
381 ImageShow imageShow = mListeners.elementAt(i)
    [all...]
  /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...]

Completed in 167 milliseconds