Searched refs:HORIZONTAL (Results 1 – 14 of 14) sorted by relevance
59 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
67 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
134 ll.setOrientation(LinearLayout.HORIZONTAL); in addSkinny()
62 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
52 public static final int HORIZONTAL = 1; field in ClipDrawable85 HORIZONTAL); in inflate()201 if ((mClipState.mOrientation & HORIZONTAL) != 0) { in draw()
94 ll.setOrientation(LinearLayout.HORIZONTAL); in horizontalButtonSlots()238 ll.setOrientation(LinearLayout.HORIZONTAL); in doubleText()
91 ll.setOrientation(LinearLayout.HORIZONTAL); in combineAdjacent()
46 public static final int HORIZONTAL = 0; field in RotarySelector173 mOrientation = a.getInt(R.styleable.RotarySelector_orientation, HORIZONTAL); in RotarySelector()233 return mOrientation == HORIZONTAL; in isHoriz()
55 private static final int HORIZONTAL = 0; // as defined in attrs.xml field in SlidingTab451 mOrientation = a.getInt(R.styleable.SlidingTab_orientation, HORIZONTAL); in SlidingTab()706 return mOrientation == HORIZONTAL;
66 setOrientation(LinearLayout.HORIZONTAL); in CustomBar()
112 setOrientation(LinearLayout.HORIZONTAL); in initTabWidget()
49 public static final int HORIZONTAL = 0; field in LinearLayout1339 if (mOrientation == HORIZONTAL) { in generateDefaultLayoutParams()
275 ClipDrawable.HORIZONTAL) : shapeDrawable; in tileify()
150 setOrientation(HORIZONTAL);