HomeSort by relevance Sort by last modified time
    Searched full:imageshow (Results 1 - 25 of 57) sorted by null

1 2 3

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
EditorPlaceHolder.java 9 import com.android.gallery3d.filtershow.imageshow.ImageShow;
20 private Vector<ImageShow> mOldViews = new Vector<ImageShow>();
70 public void setOldViews(Vector<ImageShow> views) {
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/res/layout/
filtershow_default_editor.xml 25 <com.android.gallery3d.filtershow.imageshow.ImageShow
26 android:id="@+id/imageShow"
filtershow_zoom_editor.xml 25 <com.android.gallery3d.filtershow.imageshow.ImageShow
filtershow_activity.xml 41 <com.android.gallery3d.filtershow.imageshow.ImageShow
42 android:id="@+id/imageShow"
filtershow_tiny_planet_editor.xml 25 <com.android.gallery3d.filtershow.imageshow.ImageTinyPlanet
filtershow_vignette_editor.xml 25 <com.android.gallery3d.filtershow.imageshow.ImageVignette
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
ImageOnlyEditor.java 23 import com.android.gallery3d.filtershow.imageshow.ImageShow;
47 mView = mImageShow = new ImageShow(context);
EditorStraighten.java 24 import com.android.gallery3d.filtershow.imageshow.GeometryMetadata;
25 import com.android.gallery3d.filtershow.imageshow.ImageStraighten;
26 import com.android.gallery3d.filtershow.imageshow.MasterImage;
Editor.java 38 import com.android.gallery3d.filtershow.imageshow.ImageShow;
39 import com.android.gallery3d.filtershow.imageshow.MasterImage;
48 protected ImageShow mImageShow;
164 private ImageShow findImageShow(View view) {
165 if (view instanceof ImageShow) {
166 return (ImageShow) view;
175 if (v instanceof ImageShow) {
176 return (ImageShow) v;
188 public ImageShow getImageShow()
    [all...]
EditorFlip.java 27 import com.android.gallery3d.filtershow.imageshow.ImageFlip;
28 import com.android.gallery3d.filtershow.imageshow.MasterImage;
EditorRotate.java 27 import com.android.gallery3d.filtershow.imageshow.ImageRotate;
28 import com.android.gallery3d.filtershow.imageshow.MasterImage;
EditorVignette.java 25 import com.android.gallery3d.filtershow.imageshow.ImageVignette;
EditorCrop.java 30 import com.android.gallery3d.filtershow.imageshow.ImageCrop;
31 import com.android.gallery3d.filtershow.imageshow.MasterImage;
EditorRedEye.java 25 import com.android.gallery3d.filtershow.imageshow.ImageRedEye;
EditorTinyPlanet.java 25 import com.android.gallery3d.filtershow.imageshow.ImageTinyPlanet;
  /packages/apps/Gallery2/res/layout-land/
filtershow_activity.xml 42 <com.android.gallery3d.filtershow.imageshow.ImageShow
43 android:id="@+id/imageShow"
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryListener.java 17 package com.android.gallery3d.filtershow.imageshow;
Oval.java 17 package com.android.gallery3d.filtershow.imageshow;
ImagePoint.java 17 package com.android.gallery3d.filtershow.imageshow;
32 public abstract class ImagePoint extends ImageShow {
ImageDraw.java 2 package com.android.gallery3d.filtershow.imageshow;
16 public class ImageDraw extends ImageShow {
ImageFlip.java 17 package com.android.gallery3d.filtershow.imageshow;
28 import com.android.gallery3d.filtershow.imageshow.GeometryMetadata.FLIP;
ImageVignette.java 17 package com.android.gallery3d.filtershow.imageshow;
29 public class ImageVignette extends 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/state/
StatePanel.java 27 import com.android.gallery3d.filtershow.imageshow.MasterImage;

Completed in 841 milliseconds

1 2 3