Home
last modified time | relevance | path

Searched refs:BOTTOM_LEFT (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropObject.java45 public static final int BOTTOM_LEFT = MOVE_BOTTOM | MOVE_LEFT; field in CropObject
133 || selected == BOTTOM_LEFT; in checkCorner()
301 } else if (moving_corner == BOTTOM_LEFT) { in fixedCornerResize()
DCropDrawingUtils.java93 if ((selection == CropObject.BOTTOM_LEFT) || notMoving) { in drawIndicators()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DExifInterface.java279 short BOTTOM_LEFT = 3; field
304 case Orientation.BOTTOM_LEFT: // Rotate 180 in getOrientationParams()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java383 public static final short BOTTOM_LEFT = 3; field
1870 return Orientation.BOTTOM_LEFT; // 180 degrees in getOrientationValueForRotation()
1888 case Orientation.BOTTOM_LEFT: in getRotationForOrientationValue()
1906 case Orientation.BOTTOM_LEFT: // Rotate 180 in getOrientationParams()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java386 public static final short BOTTOM_LEFT = 3; field
1849 return Orientation.BOTTOM_LEFT; // 180 degrees in getOrientationValueForRotation()
1867 case Orientation.BOTTOM_LEFT: in getRotationForOrientationValue()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java383 public static final short BOTTOM_LEFT = 3; field
1870 return Orientation.BOTTOM_LEFT; // 180 degrees in getOrientationValueForRotation()
1888 case Orientation.BOTTOM_LEFT: in getRotationForOrientationValue()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java60 public static final int ORI_ROTATE_180 = ExifInterface.Orientation.BOTTOM_LEFT;