Home | History | Annotate | Download | only in editors

Lines Matching full:imageshow

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() {