Searched refs:Orientation (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DExifInterface.java276 interface Orientation { interface in class:ExifInterface
298 case Orientation.TOP_RIGHT: // Flip horizontal
301 case Orientation.BOTTOM_RIGHT: // Flip vertical
304 case Orientation.BOTTOM_LEFT: // Rotate 180
307 case Orientation.RIGHT_BOTTOM: // Rotate 270
311 case Orientation.RIGHT_TOP: // Rotate 90
315 case Orientation.LEFT_TOP: // Transpose
320 case Orientation.LEFT_BOTTOM: // Transverse
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java58 public static final int ORI_NORMAL = ExifInterface.Orientation.TOP_LEFT;
59 public static final int ORI_ROTATE_90 = ExifInterface.Orientation.RIGHT_TOP;
60 public static final int ORI_ROTATE_180 = ExifInterface.Orientation.BOTTOM_LEFT;
61 public static final int ORI_ROTATE_270 = ExifInterface.Orientation.RIGHT_BOTTOM;
62 public static final int ORI_FLIP_HOR = ExifInterface.Orientation.TOP_RIGHT;
63 public static final int ORI_FLIP_VERT = ExifInterface.Orientation.BOTTOM_RIGHT;
64 public static final int ORI_TRANSPOSE = ExifInterface.Orientation.LEFT_TOP;
65 public static final int ORI_TRANSVERSE = ExifInterface.Orientation.LEFT_BOTTOM;
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DOrientedBitmapDrawable.java42 if (orientation <= ExifInterface.Orientation.TOP_LEFT) {
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java380 public static interface Orientation { interface in class:ExifInterface
1856 * Returns the Orientation ExifTag value for a given number of degrees.
1866 return Orientation.TOP_LEFT; // 0 degrees
1868 return Orientation.RIGHT_TOP; // 90 degrees cw
1870 return Orientation.BOTTOM_LEFT; // 180 degrees
1872 return Orientation.RIGHT_BOTTOM; // 270 degrees cw
1877 * Returns the rotation degrees corresponding to an ExifTag Orientation
1880 * @param orientation the ExifTag Orientation value.
1884 case Orientation.TOP_LEFT:
1886 case Orientation
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DButteryProgressBar.java117 mShadow = new GradientDrawable(GradientDrawable.Orientation.TOP_BOTTOM,
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java383 public static interface Orientation { interface in class:ExifInterface
1835 * Returns the Orientation ExifTag value for a given number of degrees.
1845 return Orientation.TOP_LEFT; // 0 degrees
1847 return Orientation.RIGHT_TOP; // 90 degrees cw
1849 return Orientation.BOTTOM_LEFT; // 180 degrees
1851 return Orientation.RIGHT_BOTTOM; // 270 degrees cw
1856 * Returns the rotation degrees corresponding to an ExifTag Orientation
1859 * @param orientation the ExifTag Orientation value.
1863 case Orientation.TOP_LEFT:
1865 case Orientation
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java380 public static interface Orientation { interface in class:ExifInterface
1856 * Returns the Orientation ExifTag value for a given number of degrees.
1866 return Orientation.TOP_LEFT; // 0 degrees
1868 return Orientation.RIGHT_TOP; // 90 degrees cw
1870 return Orientation.BOTTOM_LEFT; // 180 degrees
1872 return Orientation.RIGHT_BOTTOM; // 270 degrees cw
1877 * Returns the rotation degrees corresponding to an ExifTag Orientation
1880 * @param orientation the ExifTag Orientation value.
1884 case Orientation.TOP_LEFT:
1886 case Orientation
[all...]
/packages/apps/Dialer/java/com/android/incallui/
H A DInCallActivity.java22 import android.graphics.drawable.GradientDrawable.Orientation;
355 backgroundDrawable = new GradientDrawable(Orientation.TOP_BOTTOM, backgroundDrawableColors);
/packages/services/BuiltInPrintService/jni/plugins/
H A Dlib_pwg.c71 h->Orientation = CUPS_ORIENT_0;
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java190 GradientDrawable.Orientation.TOP_BOTTOM, mGradientColors);
192 GradientDrawable.Orientation.BOTTOM_TOP, mGradientColors);
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java63 import static android.graphics.drawable.GradientDrawable.Orientation.TOP_BOTTOM;
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraZslImpl.java625 exif.buildTag(ExifInterface.TAG_ORIENTATION, ExifInterface.Orientation.TOP_LEFT));
999 throw new InvalidParameterException("Orientation not supported.");
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DSaveImage.java323 ExifInterface.Orientation.TOP_LEFT));

Completed in 354 milliseconds