/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/ |
H A D | CarUiLinearLayoutStyle.java | 51 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 D | AbstractIndicatorButton.java | 108 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 D | SharePopup.java | 85 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 D | IndicatorControlBarContainer.java | 78 public void setOrientation(int orientation) { in setOrientation() method in IndicatorControlBarContainer 79 mIndicatorControlBar.setOrientation(orientation); in setOrientation() 80 mSecondLevelIndicatorControlBar.setOrientation(orientation); in setOrientation()
|
H A D | SecondLevelIndicatorControlBar.java | 65 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 D | ZoomControlBar.java | 118 public void setOrientation(int orientation) { in setOrientation() method in ZoomControlBar 121 super.setOrientation(orientation); in setOrientation()
|
H A D | Rotatable.java | 20 public void setOrientation(int orientation); in setOrientation() method
|
H A D | ZoomControl.java | 210 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 D | MultiLayersActivity.java | 34 grid.setOrientation(LinearLayout.VERTICAL); in onCreate() 37 row1.setOrientation(LinearLayout.HORIZONTAL); in onCreate() 42 row2.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
|
H A D | TextGammaActivity.java | 38 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 D | ConfigGenerator.java | 74 .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 D | GoneParentFocusedChild.java | 59 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate() 66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
|
H A D | HorizontalFocusSearch.java | 62 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate() 118 ll.setOrientation(LinearLayout.VERTICAL); in addShort()
|
H A D | VerticalFocusSearch.java | 68 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 D | CustomTestActivity.java | 72 layout.setOrientation(LinearLayout.HORIZONTAL); in createHorizontalLayout() 78 group.setOrientation(LinearLayout.VERTICAL); in createItem()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | ListItemFactory.java | 49 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 D | VideoUI.java | 131 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 D | StateAdapter.java | 54 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 D | AccelerometerListener.java | 116 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 D | ModePicker.java | 192 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 D | DualHeightHorizontalLinearLayout.kt | 144 override fun setOrientation(orientation: Int) { 148 super.setOrientation(orientation)
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | TopRightWeightedLayout.java | 63 setOrientation(LinearLayout.HORIZONTAL); in checkOrientation() 70 setOrientation(LinearLayout.VERTICAL); in checkOrientation()
|
H A D | Rotatable.java | 21 public void setOrientation(int orientation, boolean animation); in setOrientation() method
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowContainerTests.java | 541 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 D | AudioAttachmentView.java | 360 setOrientation(HORIZONTAL); in initializeViewsForMode() 365 setOrientation(VERTICAL); in initializeViewsForMode() 372 setOrientation(VERTICAL); in initializeViewsForMode()
|