Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/focus/
DGoneParentFocusedChild.java59 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
DAdjacentVerticalRectLists.java67 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
DVerticalFocusSearch.java134 ll.setOrientation(LinearLayout.HORIZONTAL); in addSkinny()
DHorizontalFocusSearch.java62 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
/frameworks/base/graphics/java/android/graphics/drawable/
DClipDrawable.java52 public static final int HORIZONTAL = 1; field in ClipDrawable
85 HORIZONTAL); in inflate()
201 if ((mClipState.mOrientation & HORIZONTAL) != 0) { in draw()
/frameworks/base/core/tests/coretests/src/android/util/
DListItemFactory.java94 ll.setOrientation(LinearLayout.HORIZONTAL); in horizontalButtonSlots()
238 ll.setOrientation(LinearLayout.HORIZONTAL); in doubleText()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DAdjacentListsWithAdjacentISVsInside.java91 ll.setOrientation(LinearLayout.HORIZONTAL); in combineAdjacent()
/frameworks/base/core/java/com/android/internal/widget/
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()
DSlidingTab.java55 private static final int HORIZONTAL = 0; // as defined in attrs.xml field in SlidingTab
451 mOrientation = a.getInt(R.styleable.SlidingTab_orientation, HORIZONTAL); in SlidingTab()
706 return mOrientation == HORIZONTAL;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DCustomBar.java66 setOrientation(LinearLayout.HORIZONTAL); in CustomBar()
/frameworks/base/core/java/android/widget/
DTabWidget.java112 setOrientation(LinearLayout.HORIZONTAL); in initTabWidget()
DLinearLayout.java49 public static final int HORIZONTAL = 0; field in LinearLayout
1339 if (mOrientation == HORIZONTAL) { in generateDefaultLayoutParams()
DProgressBar.java275 ClipDrawable.HORIZONTAL) : shapeDrawable; in tileify()
/frameworks/base/docs/html/resources/articles/
Dlayout-tricks-merge.jd150 setOrientation(HORIZONTAL);