Home
last modified time | relevance | path

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

123456

/frameworks/base/tests/graphics/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.java52 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
55 inner.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
/frameworks/layoutlib/bridge/bridge_client/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()
DAdjacentVerticalRectLists.java66 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DProjectionSpaceTest.cpp61 space.setOrientation(ui::Rotation(rotation)); in TEST()
136 source.setOrientation(ui::Rotation(sourceRot)); in TEST()
138 dest.setOrientation(ui::Rotation(destRot)); in TEST()
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DImeStressTestRule.java69 setOrientation(); in starting()
105 private void setOrientation() { in setOrientation() method in ImeStressTestRule
/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
DCustomTestActivity.java106 layout.setOrientation(LinearLayout.HORIZONTAL); in createHorizontalLayout()
112 group.setOrientation(LinearLayout.VERTICAL); in createItem()
/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()
/frameworks/base/core/tests/coretests/src/android/view/
DMerge.java36 mLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
DInputMethodServiceTest.java341 setOrientation(2); in testShowSoftInputExplicitly_fullScreenMode()
370 setOrientation(2); in testShowSoftInputImplicitly_fullScreenMode()
589 verifyFullscreenMode(() -> setOrientation(0), in testFullScreenMode()
594 verifyFullscreenMode(() -> setOrientation(1), in testFullScreenMode()
599 verifyFullscreenMode(() -> setOrientation(2), in testFullScreenMode()
741 private void setOrientation(int orientation) { in setOrientation() method in InputMethodServiceTest
/frameworks/base/core/tests/coretests/src/android/widget/
DScrollViewScenario.java177 ll.setOrientation(LinearLayout.VERTICAL); in addVerticalLLOfButtons()
246 mLinearLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/scroll/
DScrollViewActivity.java34 linearLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/frameworks/base/tests/UpdatableSystemFontTest/EmojiRenderingTestApp/src/com/android/emojirenderingtestapp/
DEmojiRenderingTestActivity.java37 container.setOrientation(LinearLayout.VERTICAL); in onCreate()
DGetAvailableFontsTestActivity.java47 container.setOrientation(LinearLayout.VERTICAL); in onCreate()
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DImeEditorPopupDialogActivity.java38 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/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/qs/
DQSDualTileLabel.java59 setOrientation(LinearLayout.VERTICAL); in QSDualTileLabel()
68 firstLineLayout.setOrientation(LinearLayout.HORIZONTAL); in QSDualTileLabel()
/frameworks/base/core/tests/coretests/src/com/android/internal/view/
DScrollViewCaptureHelperTest.java49 content.setOrientation(LinearLayout.VERTICAL); in createScrollableContent()
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DPerfTestActivity.java46 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListItemISVAndButton.java46 ll.setOrientation(LinearLayout.VERTICAL); in createView()

123456