Home
last modified time | relevance | path

Searched refs:setOrientation (Results 1 – 25 of 156) sorted by relevance

1234567

/frameworks/support/core-utils/java/android/support/v4/print/
DPrintHelper.java100 public void setOrientation(int orientation); in setOrientation() method
133 public void setOrientation(int orientation) { mOrientation = orientation; } in setOrientation() method in PrintHelper.PrintHelperStubImpl
185 public void setOrientation(int orientation) { in setOrientation() method in PrintHelper.PrintHelperImpl
186 mPrintHelper.setOrientation(orientation); in setOrientation()
339 public void setOrientation(int orientation) { in setOrientation() method in PrintHelper
340 mImpl.setOrientation(orientation); in setOrientation()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DMultiLayersActivity.java34 grid.setOrientation(LinearLayout.VERTICAL); in onCreate()
37 row1.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
42 row2.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
DTextGammaActivity.java38 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
89 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTaskStackTests.java70 appWindowToken1.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testClosingAppDifferentStackOrientation()
76 appWindowToken2.setOrientation(SCREEN_ORIENTATION_PORTRAIT); in testClosingAppDifferentStackOrientation()
90 appWindowToken1.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testMoveTaskToBackDifferentStackOrientation()
96 appWindowToken2.setOrientation(SCREEN_ORIENTATION_PORTRAIT); in testMoveTaskToBackDifferentStackOrientation()
DAppWindowTokenTests.java118 appWindowToken.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testLandscapeSeascapeRotationByApp()
125 appWindowToken.setOrientation(SCREEN_ORIENTATION_REVERSE_LANDSCAPE); in testLandscapeSeascapeRotationByApp()
175 token.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testGetOrientation()
DWindowContainerTests.java419 builder.setOrientation(childOrientation); in testGetOrientation_childSpecifiedConfig()
445 invisibleChild1VisibleAndSet.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testGetOrientation_InvisibleParentUnsetVisibleChildren()
456 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET); in testGetOrientation_InvisibleParentUnsetVisibleChildren()
469 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET); in testGetOrientation_setBehind()
474 visibleUnsetChild1VisibleSetBehind.setOrientation(SCREEN_ORIENTATION_BEHIND); in testGetOrientation_setBehind()
490 visibleUnset.setOrientation(SCREEN_ORIENTATION_BEHIND); in testGetOrientation_fillsParent()
495 visibleUnspecifiedRootChild.setOrientation(SCREEN_ORIENTATION_UNSPECIFIED); in testGetOrientation_fillsParent()
506 visibleUnspecifiedRootChildChildFillsParent.setOrientation( in testGetOrientation_fillsParent()
852 TestWindowContainerBuilder setOrientation(int orientation) { in setOrientation() method in WindowContainerTests.TestWindowContainerBuilder
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DGoneParentFocusedChild.java59 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
DHorizontalFocusSearch.java62 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
118 ll.setOrientation(LinearLayout.VERTICAL); in addShort()
DVerticalFocusSearch.java68 mLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
134 ll.setOrientation(LinearLayout.HORIZONTAL); in addSkinny()
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DConfigGenerator.java74 .setOrientation(ScreenOrientation.PORTRAIT)
89 .setOrientation(ScreenOrientation.PORTRAIT)
104 .setOrientation(ScreenOrientation.LANDSCAPE)
119 .setOrientation(ScreenOrientation.LANDSCAPE)
134 .setOrientation(ScreenOrientation.PORTRAIT)
278 public ConfigGenerator setOrientation(ScreenOrientation orientation) { in setOrientation() method in ConfigGenerator
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
DDialogActivity.java47 mLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
98 layout.setOrientation(LinearLayout.VERTICAL); in createDialog()
DManyEditTextActivityScrollResize.java43 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
DBigEditTextActivityNonScrollableResize.java40 ((LinearLayout) mRootView).setOrientation(LinearLayout.VERTICAL); in onCreate()
DBottomEditTextActivityResize.java45 ((LinearLayout) mRootView).setOrientation(LinearLayout.VERTICAL); in onCreate()
DBottomEditTextActivityPanScan.java45 ((LinearLayout) mRootView).setOrientation(LinearLayout.VERTICAL); in onCreate()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DNoIdTest.java34 mBinder.setOrientation(LinearLayout.VERTICAL); in setUp()
44 mBinder.setOrientation(LinearLayout.HORIZONTAL); in testOnRoot()
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
DLinearLayoutManagerActivity.java59 mLayoutManager.setOrientation(newValue ? LinearLayoutManager.HORIZONTAL in createConfigToggles()
62 mDividerItemDecoration.setOrientation(mLayoutManager.getOrientation()); in createConfigToggles()
/frameworks/base/core/tests/coretests/src/android/util/
DListItemFactory.java49 ll.setOrientation(LinearLayout.VERTICAL); in twoButtonsSeparatedByFiller()
94 ll.setOrientation(LinearLayout.HORIZONTAL); in horizontalButtonSlots()
238 ll.setOrientation(LinearLayout.HORIZONTAL); in doubleText()
DScrollViewScenario.java176 ll.setOrientation(LinearLayout.VERTICAL); in addVerticalLLOfButtons()
245 mLinearLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DDividerItemDecoration.java72 setOrientation(orientation); in DividerItemDecoration()
81 public void setOrientation(int orientation) { in setOrientation() method in DividerItemDecoration
/frameworks/base/core/tests/coretests/src/android/view/
DMerge.java38 mLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DItemAlignment.java63 final public void setOrientation(int orientation) { in setOrientation() method in ItemAlignment
DListRowView.java52 setOrientation(LinearLayout.VERTICAL); in ListRowView()
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
DLinearLayoutTest.java30 container.setOrientation(LinearLayout.VERTICAL); in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSDualTileLabel.java56 setOrientation(LinearLayout.VERTICAL); in QSDualTileLabel()
65 firstLineLayout.setOrientation(LinearLayout.HORIZONTAL); in QSDualTileLabel()

1234567