Searched refs:BOTTOM_LEFT (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DDivot.java44 public static final int BOTTOM_LEFT = 10; field in interface:Divot
/packages/apps/Camera/src/com/android/camera/
H A DExif.java50 case ExifTag.Orientation.BOTTOM_LEFT:
H A DPanoramaModule.java955 return ExifTag.Orientation.BOTTOM_LEFT;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropObject.java45 public static final int BOTTOM_LEFT = MOVE_BOTTOM | MOVE_LEFT; field in class:CropObject
133 || selected == BOTTOM_LEFT;
301 } else if (moving_corner == BOTTOM_LEFT) {
H A DCropDrawingUtils.java93 if ((selection == CropObject.BOTTOM_LEFT) || notMoving) {
/packages/apps/Camera2/src/com/android/camera/util/
H A DImageLoader.java51 public static final int ORI_ROTATE_180 = ExifInterface.Orientation.BOTTOM_LEFT;
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java372 * <li>BOTTOM_LEFT is a 180 degree rotation.</li>
383 public static final short BOTTOM_LEFT = 3; field in interface:ExifInterface.Orientation
1870 return Orientation.BOTTOM_LEFT; // 180 degrees
1888 case Orientation.BOTTOM_LEFT:
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java372 * <li>BOTTOM_LEFT is a 180 degree rotation.</li>
383 public static final short BOTTOM_LEFT = 3; field in interface:ExifInterface.Orientation
1870 return Orientation.BOTTOM_LEFT; // 180 degrees
1888 case Orientation.BOTTOM_LEFT:
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifInterface.java372 * <li>BOTTOM_LEFT is a 180 degree rotation.</li>
383 public static final short BOTTOM_LEFT = 3; field in interface:ExifInterface.Orientation
1870 return Orientation.BOTTOM_LEFT; // 180 degrees
1888 case Orientation.BOTTOM_LEFT:
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifInterface.java372 * <li>BOTTOM_LEFT is a 180 degree rotation.</li>
383 public static final short BOTTOM_LEFT = 3; field in interface:ExifInterface.Orientation
1870 return Orientation.BOTTOM_LEFT; // 180 degrees
1888 case Orientation.BOTTOM_LEFT:
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java60 public static final int ORI_ROTATE_180 = ExifInterface.Orientation.BOTTOM_LEFT;

Completed in 187 milliseconds