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

/frameworks/base/awt/java/awt/
H A DAdjustable.java42 * The Constant VERTICAL indicates that the Adjustable's orientation is
45 public static final int VERTICAL = 1; field in interface:Adjustable
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java48 public static final int VERTICAL = 2; field in class:ClipDrawable
55 * @param orientation Bitwise-or of {@link #HORIZONTAL} and/or {@link #VERTICAL}
201 if ((mClipState.mOrientation & VERTICAL) != 0) {
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java47 public static final int VERTICAL = 1; field in class:LinearLayout
203 if (mOrientation == VERTICAL) {
303 if (mOrientation == VERTICAL) {
312 * to {@link #VERTICAL}.
1041 if (mOrientation == VERTICAL) {
1050 * LinearLayout is set to {@link #VERTICAL}.
1254 * @param orientation Pass HORIZONTAL or VERTICAL. Default
1269 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
1277 * this layout has a VERTICAL orientation, this controls where all the child
1328 * when the layout's orientation is {@link #VERTICAL}
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java47 public static final int VERTICAL = 1; field in class:RotarySelector
156 * Either {@link #HORIZONTAL} or {@link #VERTICAL}.
H A DSlidingTab.java56 private static final int VERTICAL = 1; field in class:SlidingTab
75 * Either {@link #HORIZONTAL} or {@link #VERTICAL}.

Completed in 373 milliseconds