Home
last modified time | relevance | path

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

1234

/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()
DPictureCaptureDemo.java51 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
54 inner.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
DSmallCircleActivity.java35 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
DRotate3dTextActivity.java36 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
DMarqueeActivity.java35 linearLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
DGlyphCacheActivity.java43 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/services/tests/wmtests/src/com/android/server/wm/
DTaskStackTests.java72 appWindowToken1.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testClosingAppDifferentStackOrientation()
78 appWindowToken2.setOrientation(SCREEN_ORIENTATION_PORTRAIT); in testClosingAppDifferentStackOrientation()
92 appWindowToken1.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testMoveTaskToBackDifferentStackOrientation()
98 appWindowToken2.setOrientation(SCREEN_ORIENTATION_PORTRAIT); in testMoveTaskToBackDifferentStackOrientation()
DAppWindowTokenTests.java166 mToken.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testLandscapeSeascapeRotationByApp()
174 mToken.setOrientation(SCREEN_ORIENTATION_REVERSE_LANDSCAPE); in testLandscapeSeascapeRotationByApp()
267 mToken.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testGetOrientation()
330 mToken.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testSetOrientation()
344 mToken.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testReportOrientationChangeOnVisibilityChange()
363 mToken.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testReportOrientationChangeOnOpeningClosingAppChange()
DWindowContainerTests.java474 builder.setOrientation(childOrientation); in testGetOrientation_childSpecifiedConfig()
500 invisibleChild1VisibleAndSet.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testGetOrientation_InvisibleParentUnsetVisibleChildren()
511 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET); in testGetOrientation_InvisibleParentUnsetVisibleChildren()
523 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET); in testGetOrientation_setBehind()
528 visibleUnsetChild1VisibleSetBehind.setOrientation(SCREEN_ORIENTATION_BEHIND); in testGetOrientation_setBehind()
544 visibleUnset.setOrientation(SCREEN_ORIENTATION_BEHIND); in testGetOrientation_fillsParent()
549 visibleUnspecifiedRootChild.setOrientation(SCREEN_ORIENTATION_UNSPECIFIED); in testGetOrientation_fillsParent()
560 visibleUnspecifiedRootChildChildFillsParent.setOrientation(SCREEN_ORIENTATION_PORTRAIT); in testGetOrientation_fillsParent()
733 child.setOrientation(ActivityInfo.SCREEN_ORIENTATION_LOCKED, binder, activityRecord); in testOnDescendantOrientationRequestChangedPropagation()
881 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()
DVerticalFocusSearch.java68 mLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
134 ll.setOrientation(LinearLayout.HORIZONTAL); in addSkinny()
DHorizontalFocusSearch.java62 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
118 ll.setOrientation(LinearLayout.VERTICAL); in addShort()
DAdjacentVerticalRectLists.java66 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
/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/base/core/tests/coretests/src/android/view/
DMerge.java36 mLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
DBigCache.java36 testBed.setOrientation(LinearLayout.VERTICAL); in onCreate()
/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()
DGridLayoutTest.java32 container.setOrientation(VERTICAL); in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareUiLayout.java223 linearLayout.setOrientation(LinearLayout.HORIZONTAL); in rotate()
224 setOrientation(LinearLayout.HORIZONTAL); in rotate()
236 linearLayout.setOrientation(LinearLayout.VERTICAL); in rotate()
237 setOrientation(LinearLayout.VERTICAL); in rotate()
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DTestResultActivity.java49 linearLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListItemISVAndButton.java46 ll.setOrientation(LinearLayout.VERTICAL); in createView()

1234