Searched refs:HORIZONTAL (Results 1 – 13 of 13) sorted by relevance
59 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
67 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
62 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
134 ll.setOrientation(LinearLayout.HORIZONTAL); in addSkinny()
47 public static final int HORIZONTAL = 1; field in ClipDrawable80 HORIZONTAL); in inflate()196 if ((mClipState.mOrientation & HORIZONTAL) != 0) { in draw()
39 public static final int HORIZONTAL = 0; field
94 ll.setOrientation(LinearLayout.HORIZONTAL); in horizontalButtonSlots()238 ll.setOrientation(LinearLayout.HORIZONTAL); in doubleText()
91 ll.setOrientation(LinearLayout.HORIZONTAL); in combineAdjacent()
58 private static final int HORIZONTAL = 0; // as defined in attrs.xml field in SlidingTab155 if (mOrientation == HORIZONTAL && orientation != Configuration.ORIENTATION_PORTRAIT in dispatchDraw()461 mOrientation = a.getInt(R.styleable.SlidingTab_orientation, HORIZONTAL); in SlidingTab()694 return mOrientation == HORIZONTAL;
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()
98 setOrientation(LinearLayout.HORIZONTAL); in initTabWidget()
46 public static final int HORIZONTAL = 0; field in LinearLayout1204 if (mOrientation == HORIZONTAL) { in generateDefaultLayoutParams()
271 ClipDrawable.HORIZONTAL) : shapeDrawable; in tileify()