Home
last modified time | relevance | path

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

12345678

/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
H A DCarUiLinearLayoutStyle.java51 layoutStyle.setOrientation(CarUiLayoutStyle.HORIZONTAL); in from()
54 layoutStyle.setOrientation(CarUiLayoutStyle.VERTICAL); in from()
77 public void setOrientation(@Orientation int orientation) { in setOrientation() method in CarUiLinearLayoutStyle
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DAbstractIndicatorButton.java108 public void setOrientation(int orientation) { in setOrientation() method in AbstractIndicatorButton
109 super.setOrientation(orientation); in setOrientation()
111 mPopup.setOrientation(orientation); in setOrientation()
123 mPopup.setOrientation(getDegree()); in showPopup()
H A DSharePopup.java85 r.setOrientation(mOrientation); in getView()
156 setOrientation(orientation); in SharePopup()
162 public void setOrientation(int orientation) { in setOrientation() method in SharePopup
199 if (mThumbnailRotateLayout != null) mThumbnailRotateLayout.setOrientation(orientation); in setOrientation()
205 r.setOrientation(orientation); in setOrientation()
208 mGotoGalleryRotate.setOrientation(orientation); in setOrientation()
H A DIndicatorControlBarContainer.java78 public void setOrientation(int orientation) { in setOrientation() method in IndicatorControlBarContainer
79 mIndicatorControlBar.setOrientation(orientation); in setOrientation()
80 mSecondLevelIndicatorControlBar.setOrientation(orientation); in setOrientation()
H A DSecondLevelIndicatorControlBar.java65 if (mOrientation != 0) setOrientation(mOrientation); in initialize()
166 public void setOrientation(int orientation) { in setOrientation() method in SecondLevelIndicatorControlBar
168 super.setOrientation(orientation); in setOrientation()
H A DZoomControlBar.java118 public void setOrientation(int orientation) { in setOrientation() method in ZoomControlBar
121 super.setOrientation(orientation); in setOrientation()
H A DRotatable.java20 public void setOrientation(int orientation); in setOrientation() method
H A DZoomControl.java210 public void setOrientation(int orientation) { in setOrientation() method in ZoomControl
216 ((RotateImageView) view).setOrientation(orientation); in setOrientation()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiLayersActivity.java34 grid.setOrientation(LinearLayout.VERTICAL); in onCreate()
37 row1.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
42 row2.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
H A DTextGammaActivity.java38 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
89 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A 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
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DGoneParentFocusedChild.java59 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
H A DHorizontalFocusSearch.java62 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
118 ll.setOrientation(LinearLayout.VERTICAL); in addShort()
H A DVerticalFocusSearch.java68 mLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
134 ll.setOrientation(LinearLayout.HORIZONTAL); in addSkinny()
/aosp12/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
H A DCustomTestActivity.java72 layout.setOrientation(LinearLayout.HORIZONTAL); in createHorizontalLayout()
78 group.setOrientation(LinearLayout.VERTICAL); in createItem()
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java49 ll.setOrientation(LinearLayout.VERTICAL); in twoButtonsSeparatedByFiller()
94 ll.setOrientation(LinearLayout.HORIZONTAL); in horizontalButtonSlots()
238 ll.setOrientation(LinearLayout.HORIZONTAL); in doubleText()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DVideoUI.java131 mLabelsLinearLayout.setOrientation(LinearLayout.VERTICAL); in setOrientationIndicator()
133 mLabelsLinearLayout.setOrientation(LinearLayout.HORIZONTAL); in setOrientationIndicator()
136 mRecordingTimeRect.setOrientation(0, animation); in setOrientationIndicator()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateAdapter.java54 view.setOrientation(mOrientation); in getView()
76 public void setOrientation(int orientation) { in setOrientation() method in StateAdapter
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DAccelerometerListener.java116 private void setOrientation(int orientation) { in setOrientation() method in AccelerometerListener
165 setOrientation(orientation); in onSensorEvent()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DModePicker.java192 public void setOrientation(int orientation) { in setOrientation() method in ModePicker
194 mModeSelectionIcon[i].setOrientation(orientation); in setOrientation()
196 mCurrentModeIcon[i].setOrientation(orientation); in setOrientation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DDualHeightHorizontalLinearLayout.kt144 override fun setOrientation(orientation: Int) {
148 super.setOrientation(orientation)
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DTopRightWeightedLayout.java63 setOrientation(LinearLayout.HORIZONTAL); in checkOrientation()
70 setOrientation(LinearLayout.VERTICAL); in checkOrientation()
H A DRotatable.java21 public void setOrientation(int orientation, boolean animation); in setOrientation() method
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowContainerTests.java541 builder.setOrientation(childOrientation); in testGetOrientation_childSpecifiedConfig()
567 invisibleChild1VisibleAndSet.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testGetOrientation_InvisibleParentUnsetVisibleChildren()
578 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET); in testGetOrientation_InvisibleParentUnsetVisibleChildren()
590 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET); in testGetOrientation_setBehind()
595 visibleUnsetChild1VisibleSetBehind.setOrientation(SCREEN_ORIENTATION_BEHIND); in testGetOrientation_setBehind()
611 visibleUnset.setOrientation(SCREEN_ORIENTATION_BEHIND); in testGetOrientation_fillsParent()
616 visibleUnspecifiedRootChild.setOrientation(SCREEN_ORIENTATION_UNSPECIFIED); in testGetOrientation_fillsParent()
645 child.setOrientation(SCREEN_ORIENTATION_PORTRAIT); in testSetOrientation()
650 child.setOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testSetOrientation()
815 child.setOrientation(ActivityInfo.SCREEN_ORIENTATION_LOCKED, activityRecord); in testOnDescendantOrientationRequestChangedPropagation()
[all …]
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DAudioAttachmentView.java360 setOrientation(HORIZONTAL); in initializeViewsForMode()
365 setOrientation(VERTICAL); in initializeViewsForMode()
372 setOrientation(VERTICAL); in initializeViewsForMode()

12345678