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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java132 public enum Orientation { enum in class:GradientDrawable
152 this(new GradientState(Orientation.TOP_BOTTOM, null));
159 public GradientDrawable(Orientation orientation, int[] colors) {
685 st.mOrientation = Orientation.LEFT_RIGHT;
688 st.mOrientation = Orientation.BL_TR;
691 st.mOrientation = Orientation.BOTTOM_TOP;
694 st.mOrientation = Orientation.BR_TL;
697 st.mOrientation = Orientation.RIGHT_LEFT;
700 st.mOrientation = Orientation.TR_BL;
703 st.mOrientation = Orientation
[all...]

Completed in 355 milliseconds