Home
last modified time | relevance | path

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

12345678

/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()
DWindowContainerTests.java452 builder.setOrientation(childOrientation); in testGetOrientation_childSpecifiedConfig()
478 invisibleChild1VisibleAndSet.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testGetOrientation_InvisibleParentUnsetVisibleChildren()
489 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET); in testGetOrientation_InvisibleParentUnsetVisibleChildren()
502 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET); in testGetOrientation_setBehind()
507 visibleUnsetChild1VisibleSetBehind.setOrientation(SCREEN_ORIENTATION_BEHIND); in testGetOrientation_setBehind()
523 visibleUnset.setOrientation(SCREEN_ORIENTATION_BEHIND); in testGetOrientation_fillsParent()
528 visibleUnspecifiedRootChild.setOrientation(SCREEN_ORIENTATION_UNSPECIFIED); in testGetOrientation_fillsParent()
539 visibleUnspecifiedRootChildChildFillsParent.setOrientation( in testGetOrientation_fillsParent()
831 TestWindowContainerBuilder setOrientation(int orientation) { in setOrientation() method in WindowContainerTests.TestWindowContainerBuilder
DAppWindowTokenTests.java143 mToken.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testLandscapeSeascapeRotationByApp()
150 mToken.setOrientation(SCREEN_ORIENTATION_REVERSE_LANDSCAPE); in testLandscapeSeascapeRotationByApp()
192 mToken.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testGetOrientation()
/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/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)
277 public ConfigGenerator setOrientation(ScreenOrientation orientation) { in setOrientation() method in ConfigGenerator
/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/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()
DBottomEditTextActivityResize.java45 ((LinearLayout) mRootView).setOrientation(LinearLayout.VERTICAL); in onCreate()
DBigEditTextActivityNonScrollablePanScan.java40 ((LinearLayout) mRootView).setOrientation(LinearLayout.VERTICAL); in onCreate()
DBigEditTextActivityNonScrollableResize.java40 ((LinearLayout) mRootView).setOrientation(LinearLayout.VERTICAL); in onCreate()
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
DLinearLayoutManagerActivity.java59 mLayoutManager.setOrientation(newValue ? LinearLayoutManager.HORIZONTAL in createConfigToggles()
62 mDividerItemDecoration.setOrientation(mLayoutManager.getOrientation()); in createConfigToggles()
/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/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/viewpager2/src/main/java/androidx/viewpager2/widget/
DViewPager2.java100 setOrientation(context, attrs); in initialize()
111 private void setOrientation(Context context, AttributeSet attrs) { in setOrientation() method in ViewPager2
114 setOrientation( in setOrientation()
519 public void setOrientation(@Orientation int orientation) { in setOrientation() method in ViewPager2
520 mLayoutManager.setOrientation(orientation); in setOrientation()
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DDividerItemDecoration.java73 setOrientation(orientation); in DividerItemDecoration()
82 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/leanback/src/main/java/androidx/leanback/widget/
DItemAlignment.java63 final public void setOrientation(int orientation) { in setOrientation() method in ItemAlignment
DListRowView.java53 setOrientation(LinearLayout.VERTICAL); in ListRowView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSDualTileLabel.java56 setOrientation(LinearLayout.VERTICAL); in QSDualTileLabel()
65 firstLineLayout.setOrientation(LinearLayout.HORIZONTAL); in QSDualTileLabel()
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
DLinearLayoutTest.java30 container.setOrientation(LinearLayout.VERTICAL); in create()

12345678