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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java135 public enum Orientation { enum in class:GradientDrawable
155 this(new GradientState(Orientation.TOP_BOTTOM, null));
162 public GradientDrawable(Orientation orientation, int[] colors) {
386 public Orientation getOrientation() {
400 public void setOrientation(Orientation orientation) {
909 st.mOrientation = Orientation.LEFT_RIGHT;
912 st.mOrientation = Orientation.BL_TR;
915 st.mOrientation = Orientation.BOTTOM_TOP;
918 st.mOrientation = Orientation.BR_TL;
921 st.mOrientation = Orientation
[all...]
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4WRITER_common.h190 M4WRITER_Orientation Orientation ; member in struct:__anon211
/frameworks/base/packages/WallpaperCropper/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...]

Completed in 557 milliseconds