Home
last modified time | relevance | path

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

/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/ApiDemos/src/com/example/android/apis/media/
DAudioFxDemo.java122 row.setOrientation(LinearLayout.HORIZONTAL); in setupEqualizerFxAndUI()
/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java62 public static final int HORIZONTAL = 0; field in ApplicationsStackLayout