Home
last modified time | relevance | path

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

/frameworks/base/tests/FrameworkTest/src/com/android/frameworktest/focus/
DGoneParentFocusedChild.java59 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
DAdjacentVerticalRectLists.java67 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
DHorizontalFocusSearch.java62 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
DVerticalFocusSearch.java134 ll.setOrientation(LinearLayout.HORIZONTAL); in addSkinny()
/frameworks/base/graphics/java/android/graphics/drawable/
DClipDrawable.java47 public static final int HORIZONTAL = 1; field in ClipDrawable
80 HORIZONTAL); in inflate()
196 if ((mClipState.mOrientation & HORIZONTAL) != 0) { in draw()
/frameworks/base/awt/java/awt/
DAdjustable.java39 public static final int HORIZONTAL = 0; field
/frameworks/base/tests/FrameworkTest/src/com/android/frameworktest/util/
DListItemFactory.java94 ll.setOrientation(LinearLayout.HORIZONTAL); in horizontalButtonSlots()
238 ll.setOrientation(LinearLayout.HORIZONTAL); in doubleText()
/frameworks/base/tests/FrameworkTest/src/com/android/frameworktest/listview/
DAdjacentListsWithAdjacentISVsInside.java91 ll.setOrientation(LinearLayout.HORIZONTAL); in combineAdjacent()
/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java58 private static final int HORIZONTAL = 0; // as defined in attrs.xml field in SlidingTab
155 if (mOrientation == HORIZONTAL && orientation != Configuration.ORIENTATION_PORTRAIT in dispatchDraw()
461 mOrientation = a.getInt(R.styleable.SlidingTab_orientation, HORIZONTAL); in SlidingTab()
694 return mOrientation == HORIZONTAL;
DRotarySelector.java46 public static final int HORIZONTAL = 0; field in RotarySelector
173 mOrientation = a.getInt(R.styleable.RotarySelector_orientation, HORIZONTAL); in RotarySelector()
233 return mOrientation == HORIZONTAL; in isHoriz()
/frameworks/base/core/java/android/widget/
DTabWidget.java98 setOrientation(LinearLayout.HORIZONTAL); in initTabWidget()
DLinearLayout.java46 public static final int HORIZONTAL = 0; field in LinearLayout
1204 if (mOrientation == HORIZONTAL) { in generateDefaultLayoutParams()
DProgressBar.java271 ClipDrawable.HORIZONTAL) : shapeDrawable; in tileify()