Searched refs:ImageShow (Results 1 – 15 of 15) sorted by relevance
38 import com.android.gallery3d.filtershow.imageshow.ImageShow;51 protected ImageShow mImageShow;163 private ImageShow findImageShow(View view) { in findImageShow()164 if (view instanceof ImageShow) { in findImageShow()165 return (ImageShow) view; in findImageShow()174 if (v instanceof ImageShow) { in findImageShow()175 return (ImageShow) v; in findImageShow()187 public ImageShow getImageShow() { in getImageShow()
23 import com.android.gallery3d.filtershow.imageshow.ImageShow;47 mView = mImageShow = new ImageShow(context); in createEditor()
43 import com.android.gallery3d.filtershow.imageshow.ImageShow;80 mView = mImageShow = new ImageShow(context); in createEditor()
25 import com.android.gallery3d.filtershow.imageshow.ImageShow;36 private Vector<ImageShow> mOldViews = new Vector<ImageShow>();80 public void setOldViews(Vector<ImageShow> views) { in setOldViews()
103 import com.android.gallery3d.filtershow.imageshow.ImageShow;141 private ImageShow mImageShow = null;155 private final Vector<ImageShow> mImageViews = new Vector<ImageShow>();365 mImageShow = (ImageShow) findViewById(R.id.imageShow); in loadXML()1207 for (ImageShow views : mImageViews) { in invalidateViews()
77 private final Vector<ImageShow> mLoadListeners = new Vector<ImageShow>();105 private Vector<ImageShow> mObservers = new Vector<ImageShow>();177 public void addListener(ImageShow imageShow) { in addListener()191 ImageShow imageShow = mLoadListeners.elementAt(i);223 public void addObserver(ImageShow observer) { in addObserver()230 public void removeObserver(ImageShow observer) { in removeObserver()480 for (ImageShow observer : mObservers) { in notifyObservers()
57 public class ImageShow extends View implements OnGestureListener, class154 public ImageShow(Context context, AttributeSet attrs, int defStyle) { in ImageShow() method in ImageShow159 public ImageShow(Context context, AttributeSet attrs) { in ImageShow() method in ImageShow165 public ImageShow(Context context) { in ImageShow() method in ImageShow337 public void resetImageCaches(ImageShow caller) { in resetImageCaches()
29 public class ImageRotate extends ImageShow {
29 public class ImageMirror extends ImageShow {
32 public abstract class ImagePoint extends ImageShow {
32 public class ImageTinyPlanet extends ImageShow {
28 public class ImageDraw extends ImageShow {
39 public class ImageCrop extends ImageShow {
43 public class ImageStraighten extends ImageShow {
47 public class ImageCurves extends ImageShow {