Searched refs:HORIZONTAL (Results 1 – 6 of 6) sorted by relevance
47 layout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
80 mLinearLayout.setOrientation(LinearLayout.HORIZONTAL); in onOptionsItemSelected()
84 private Orientation mOrientation = Orientation.HORIZONTAL;284 mOrientation = (mOrientation == Orientation.HORIZONTAL) ? Orientation.VERTICAL : in onOptionsItemSelected()285 Orientation.HORIZONTAL; in onOptionsItemSelected()286 item.setTitle((mOrientation == Orientation.HORIZONTAL) ? R.string.vertical : in onOptionsItemSelected()
57 HORIZONTAL enumConstant72 private Orientation mOrientation = Orientation.HORIZONTAL;247 mIsHorizontal = (orientation == Orientation.HORIZONTAL); in prepareFold()
122 row.setOrientation(LinearLayout.HORIZONTAL); in setupEqualizerFxAndUI()
62 public static final int HORIZONTAL = 0; field in ApplicationsStackLayout