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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageMirror.java 29 public class ImageMirror extends ImageShow {
30 private static final String TAG = ImageMirror.class.getSimpleName();
35 public ImageMirror(Context context, AttributeSet attrs) {
39 public ImageMirror(Context context) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorMirror.java 30 import com.android.gallery3d.filtershow.imageshow.ImageMirror;
36 ImageMirror mImageMirror;
47 mImageMirror = new ImageMirror(context);

Completed in 138 milliseconds