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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java159 public enum Orientation { enum in class:GradientDrawable
179 this(new GradientState(Orientation.TOP_BOTTOM, null), null);
186 public GradientDrawable(Orientation orientation, @ColorInt int[] colors) {
474 public Orientation getOrientation() {
488 public void setOrientation(Orientation orientation) {
1387 st.mOrientation = Orientation.LEFT_RIGHT;
1390 st.mOrientation = Orientation.BL_TR;
1393 st.mOrientation = Orientation.BOTTOM_TOP;
1396 st.mOrientation = Orientation.BR_TL;
1399 st.mOrientation = Orientation
[all...]
/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...]
/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/SystemUI/src/com/android/systemui/egg/
H A DMLand.java391 GradientDrawable.Orientation.BOTTOM_TOP,
1319 mGradient.setOrientation(GradientDrawable.Orientation.LEFT_RIGHT);

Completed in 1372 milliseconds