Searched refs:HORIZONTAL (Results 1 – 12 of 12) sorted by relevance
50 return mLayoutManager.getOrientation() == LinearLayoutManager.HORIZONTAL; in createConfigToggles()55 mLayoutManager.setOrientation(newValue ? LinearLayoutManager.HORIZONTAL in createConfigToggles()
57 return mLayoutManager.getOrientation() == LinearLayoutManager.HORIZONTAL; in createConfigToggles()62 mLayoutManager.setOrientation(newValue ? LinearLayoutManager.HORIZONTAL in createConfigToggles()
34 return new StaggeredGridLayoutManager(3, StaggeredGridLayoutManager.HORIZONTAL); in createLayoutManager()
106 configView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL,
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()
47 layout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
80 mLinearLayout.setOrientation(LinearLayout.HORIZONTAL); in onOptionsItemSelected()
35 public static final int HORIZONTAL_LIST = LinearLayoutManager.HORIZONTAL;
122 row.setOrientation(LinearLayout.HORIZONTAL); in setupEqualizerFxAndUI()
91 configView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL, in initToggles()
62 public static final int HORIZONTAL = 0; field in ApplicationsStackLayout