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

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

Completed in 522 milliseconds