Searched refs:BOTTOM_RIGHT (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/widget/
H A DModeOptionsOverlay.java49 private static final int BOTTOM_RIGHT = Gravity.BOTTOM | Gravity.RIGHT; field in class:ModeOptionsOverlay
200 modeOptionsToggleParams.gravity = BOTTOM_RIGHT;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropObject.java44 public static final int BOTTOM_RIGHT = MOVE_BOTTOM | MOVE_RIGHT; field in class:CropObject
132 return selected == TOP_LEFT || selected == TOP_RIGHT || selected == BOTTOM_RIGHT
226 if (movingEdges == TOP_LEFT || movingEdges == BOTTOM_RIGHT) {
298 if (moving_corner == BOTTOM_RIGHT) {
H A DCropDrawingUtils.java96 if ((selection == CropObject.BOTTOM_RIGHT) || notMoving) {
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DExifInterface.java269 * <li>BOTTOM_RIGHT is a top-bottom mirror.
280 short BOTTOM_RIGHT = 4; field in interface:ExifInterface.Orientation
301 case Orientation.BOTTOM_RIGHT: // Flip vertical
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java63 public static final int ORI_FLIP_VERT = ExifInterface.Orientation.BOTTOM_RIGHT;
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java373 * <li>BOTTOM_RIGHT is a top-bottom mirror.</li>
384 public static final short BOTTOM_RIGHT = 4; field in interface:ExifInterface.Orientation
1903 case Orientation.BOTTOM_RIGHT: // Flip vertical
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java376 * <li>BOTTOM_RIGHT is a top-bottom mirror.</li>
387 public static final short BOTTOM_RIGHT = 4; field in interface:ExifInterface.Orientation
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java373 * <li>BOTTOM_RIGHT is a top-bottom mirror.</li>
384 public static final short BOTTOM_RIGHT = 4; field in interface:ExifInterface.Orientation

Completed in 90 milliseconds