Searched refs:TOP_LEFT (Results 1 – 10 of 10) sorted by relevance
42 public static final int TOP_LEFT = MOVE_TOP | MOVE_LEFT; field in CropObject132 return selected == TOP_LEFT || selected == TOP_RIGHT || selected == BOTTOM_RIGHT in checkCorner()226 if (movingEdges == TOP_LEFT || movingEdges == BOTTOM_RIGHT) { in moveCurrentSelection()304 } else if (moving_corner == TOP_LEFT) { in fixedCornerResize()
87 if ((selection == CropObject.TOP_LEFT) || notMoving) { in drawIndicators()
42 if (orientation <= ExifInterface.Orientation.TOP_LEFT) { in create()
384 public static final short TOP_LEFT = 1; field1845 return Orientation.TOP_LEFT; // 0 degrees in getOrientationValueForRotation()1863 case Orientation.TOP_LEFT: in getRotationForOrientationValue()
381 public static final short TOP_LEFT = 1; field1866 return Orientation.TOP_LEFT; // 0 degrees in getOrientationValueForRotation()1884 case Orientation.TOP_LEFT: in getRotationForOrientationValue()
58 public static final int ORI_NORMAL = ExifInterface.Orientation.TOP_LEFT;
323 ExifInterface.Orientation.TOP_LEFT)); in updateExifData()
625 exif.buildTag(ExifInterface.TAG_ORIENTATION, ExifInterface.Orientation.TOP_LEFT)); in savePicture()