Searched refs:HORIZONTAL (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DGoneParentFocusedChild.java59 mLayout.setOrientation(LinearLayout.HORIZONTAL);
66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL);
H A DAdjacentVerticalRectLists.java67 mLayout.setOrientation(LinearLayout.HORIZONTAL);
H A DHorizontalFocusSearch.java62 mLayout.setOrientation(LinearLayout.HORIZONTAL);
H A DVerticalFocusSearch.java134 ll.setOrientation(LinearLayout.HORIZONTAL);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java52 public static final int HORIZONTAL = 1; field in class:ClipDrawable
60 * @param orientation Bitwise-or of {@link #HORIZONTAL} and/or {@link #VERTICAL}
85 HORIZONTAL);
201 if ((mClipState.mOrientation & HORIZONTAL) != 0) {
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DAdjacentListsWithAdjacentISVsInside.java91 ll.setOrientation(LinearLayout.HORIZONTAL);
/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java94 ll.setOrientation(LinearLayout.HORIZONTAL);
238 ll.setOrientation(LinearLayout.HORIZONTAL);
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java46 public static final int HORIZONTAL = 0; field in class:RotarySelector
156 * Either {@link #HORIZONTAL} or {@link #VERTICAL}.
173 mOrientation = a.getInt(R.styleable.RotarySelector_orientation, HORIZONTAL);
233 return mOrientation == HORIZONTAL;
H A DSlidingTab.java55 private static final int HORIZONTAL = 0; // as defined in attrs.xml field in class:SlidingTab
75 * Either {@link #HORIZONTAL} or {@link #VERTICAL}.
451 mOrientation = a.getInt(R.styleable.SlidingTab_orientation, HORIZONTAL);
706 return mOrientation == HORIZONTAL;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java66 setOrientation(LinearLayout.HORIZONTAL);
/frameworks/base/core/java/android/widget/
H A DTabWidget.java112 setOrientation(LinearLayout.HORIZONTAL);
H A DProgressBar.java275 ClipDrawable.HORIZONTAL) : shapeDrawable;
H A DLinearLayout.java49 public static final int HORIZONTAL = 0; field in class:LinearLayout
603 * to {@link #HORIZONTAL}.
1141 * LinearLayout is set to {@link #HORIZONTAL}.
1259 * @param orientation Pass HORIZONTAL or VERTICAL. Default
1260 * value is HORIZONTAL.
1274 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
1284 * HORIZONTAL orientation, this controls the alignment of the children.
1334 * {@link #HORIZONTAL}, the width is set to {@link LayoutParams#WRAP_CONTENT}
1339 if (mOrientation == HORIZONTAL) {

Completed in 280 milliseconds