Home
last modified time | relevance | path

Searched refs:VERTICAL (Results 1 – 17 of 17) sorted by relevance

/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java63 public static final int VERTICAL = 1; field in ApplicationsStackLayout
74 private int mOrientation = VERTICAL;
97 mOrientation = a.getInt(R.styleable.ApplicationsStackLayout_stackOrientation, VERTICAL); in ApplicationsStackLayout()
138 if (mOrientation == VERTICAL) { in onDraw()
148 if (mOrientation == VERTICAL) { in onDraw()
187 if (mOrientation == VERTICAL) { in onLayout()
247 final boolean isVertical = mOrientation == VERTICAL; in stackApplications()
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DLinearLayoutManagerActivity.java34 return new LinearLayoutManager(this, LinearLayoutManager.VERTICAL, false); in createLayoutManager()
55 : LinearLayoutManager.VERTICAL); in createConfigToggles()
DGridLayoutManagerActivity.java62 : LinearLayoutManager.VERTICAL); in createConfigToggles()
/development/samples/ApiDemos/src/com/example/android/apis/preference/
DLaunchingPreferences.java55 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DList4.java121 this.setOrientation(VERTICAL); in SpeechView()
DLinearLayout8.java77 mLinearLayout.setOrientation(LinearLayout.VERTICAL); in onOptionsItemSelected()
DList6.java370 this.setOrientation(VERTICAL); in SpeechView()
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/decorator/
DDividerItemDecoration.java37 public static final int VERTICAL_LIST = LinearLayoutManager.VERTICAL;
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayoutActivity.java284 mOrientation = (mOrientation == Orientation.HORIZONTAL) ? Orientation.VERTICAL : in onOptionsItemSelected()
383 if (mOrientation == Orientation.VERTICAL) { in onScroll()
DFoldingLayout.java56 VERTICAL, enumConstant
/development/samples/ApiDemos/src/com/example/android/apis/app/
DMenuInflateFromXml.java80 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
DPrintCustomContent.java233 dummyParent.setOrientation(LinearLayout.VERTICAL); in print()
346 dummyParent.setOrientation(LinearLayout.VERTICAL); in print()
/development/apps/Development/src/com/android/development/
DDetails.java79 mLinearLayout.setOrientation(LinearLayout.VERTICAL); in addDataViews()
/development/samples/ApiDemos/src/com/example/android/apis/media/
DAudioFxDemo.java66 mLinearLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DDensityActivity.java53 root.setOrientation(LinearLayout.VERTICAL); in onCreate()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java83 main.setOrientation(LinearLayout.VERTICAL); in onCreate()
DDocumentsSample.java62 view.setOrientation(LinearLayout.VERTICAL); in onCreate()