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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java181 public enum Orientation { enum in class:GradientDrawable
201 this(new GradientState(Orientation.TOP_BOTTOM, null), null);
208 public GradientDrawable(Orientation orientation, @ColorInt int[] colors) {
626 * @see #setOrientation(Orientation)
628 public Orientation getOrientation() {
644 public void setOrientation(Orientation orientation) {
1581 st.mOrientation = Orientation.LEFT_RIGHT;
1584 st.mOrientation = Orientation.BL_TR;
1587 st.mOrientation = Orientation.BOTTOM_TOP;
1590 st.mOrientation = Orientation
[all...]
/frameworks/base/core/java/android/widget/
H A DGridLayout.java168 public @interface Orientation {} interface in class:GridLayout
313 @Orientation
354 public void setOrientation(@Orientation int orientation) {
/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 147 milliseconds