Home
last modified time | relevance | path

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

/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DLinearLayoutManagerActivity.java50 return mLayoutManager.getOrientation() == LinearLayoutManager.HORIZONTAL; in createConfigToggles()
55 mLayoutManager.setOrientation(newValue ? LinearLayoutManager.HORIZONTAL in createConfigToggles()
DGridLayoutManagerActivity.java57 return mLayoutManager.getOrientation() == LinearLayoutManager.HORIZONTAL; in createConfigToggles()
62 mLayoutManager.setOrientation(newValue ? LinearLayoutManager.HORIZONTAL in createConfigToggles()
DStaggeredGridLayoutManagerActivity.java34 return new StaggeredGridLayoutManager(3, StaggeredGridLayoutManager.HORIZONTAL); in createLayoutManager()
DBaseLayoutManagerActivity.java106 configView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL,
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayoutActivity.java84 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()
DFoldingLayout.java57 HORIZONTAL enumConstant
72 private Orientation mOrientation = Orientation.HORIZONTAL;
247 mIsHorizontal = (orientation == Orientation.HORIZONTAL); in prepareFold()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DInternalSelectionFocus.java47 layout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
DLinearLayout8.java80 mLinearLayout.setOrientation(LinearLayout.HORIZONTAL); in onOptionsItemSelected()
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/decorator/
DDividerItemDecoration.java35 public static final int HORIZONTAL_LIST = LinearLayoutManager.HORIZONTAL;
/development/samples/ApiDemos/src/com/example/android/apis/media/
DAudioFxDemo.java122 row.setOrientation(LinearLayout.HORIZONTAL); in setupEqualizerFxAndUI()
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/touch/
DItemTouchHelperActivity.java91 configView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL, in initToggles()
/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java62 public static final int HORIZONTAL = 0; field in ApplicationsStackLayout