/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/fold/ui/helper/ |
D | FoldPostureTest.kt | 45 orientation = FoldingFeature.Orientation.HORIZONTAL, in foldPosture_whenHalfOpenHorizontally_returnsTabletop() 71 orientation = FoldingFeature.Orientation.HORIZONTAL, in foldPosture_whenFlatAndNotSeparating_returnsFullyUnfolded() 86 orientation = FoldingFeature.Orientation.HORIZONTAL, in foldPosture_whenFlatAndSeparatingHorizontally_returnsTabletop()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | AutoScrollHelper.java | 132 private static final int HORIZONTAL = 0; field in AutoScrollHelper 293 mMaximumVelocity[HORIZONTAL] = horizontalMax / 1000f; in setMaximumVelocity() 311 mMinimumVelocity[HORIZONTAL] = horizontalMin / 1000f; in setMinimumVelocity() 332 mRelativeVelocity[HORIZONTAL] = horizontal / 1000f; in setRelativeVelocity() 372 mRelativeEdges[HORIZONTAL] = horizontal; in setRelativeEdges() 394 mMaximumEdges[HORIZONTAL] = horizontalMax; in setMaximumEdges() 467 HORIZONTAL, event.getX(), v.getWidth(), mTarget.getWidth()); in onTouch()
|
D | OrientationHelper.java | 39 public static final int HORIZONTAL = LinearLayout.HORIZONTAL; field in OrientationHelper 235 case HORIZONTAL: in createOrientationHelper()
|
D | NotificationOptimizedLinearLayout.java | 135 final boolean isHorizontal = getOrientation() == HORIZONTAL; in isOptimizationPossible() 181 if (getOrientation() == HORIZONTAL) { in requiresMatchParentRemeasureForVerticalLinearLayout() 314 if (getOrientation() == LinearLayout.HORIZONTAL) { in onMeasureOptimized() 349 if (getOrientation() == LinearLayout.HORIZONTAL) { in onLayoutOptimized()
|
D | LinearLayoutManager.java | 47 public static final int HORIZONTAL = OrientationHelper.HORIZONTAL; field in LinearLayoutManager 281 return mOrientation == HORIZONTAL; in canScrollHorizontally() 325 if (orientation != HORIZONTAL && orientation != VERTICAL) { in setOrientation() 449 if (mOrientation == HORIZONTAL) { in computeScrollVectorForPosition() 1045 if (mOrientation == HORIZONTAL) { in scrollVerticallyBy() 1281 int delta = (mOrientation == HORIZONTAL) ? dx : dy; in collectAdjacentPrefetchPositions() 1636 return mOrientation == HORIZONTAL ? LayoutState.LAYOUT_START in convertFocusDirectionToLayoutDirection() 1639 return mOrientation == HORIZONTAL ? LayoutState.LAYOUT_END in convertFocusDirectionToLayoutDirection()
|
D | ButtonBarLayout.java | 148 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | GoneParentFocusedChild.java | 59 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate() 66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
|
D | AdjacentVerticalRectLists.java | 66 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
|
D | HorizontalFocusSearch.java | 62 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
|
D | VerticalFocusSearch.java | 134 ll.setOrientation(LinearLayout.HORIZONTAL); in addSkinny()
|
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | MultiLayersActivity.java | 37 row1.setOrientation(LinearLayout.HORIZONTAL); in onCreate() 42 row2.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | ClipDrawable.java | 57 public static final int HORIZONTAL = 1; field in ClipDrawable 190 if ((mState.mOrientation & HORIZONTAL) != 0) { in draw() 220 int mOrientation = HORIZONTAL;
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | TitleBar.java | 31 super(context, LinearLayout.HORIZONTAL, "title_bar.xml", simulatedPlatformVersion); in TitleBar()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/fold/ui/helper/ |
D | FoldPosture.kt | 61 FoldingFeature.Orientation.HORIZONTAL -> FoldPosture.Tabletop in FoldingFeature()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | IgnorableChildLinearLayout.kt | 50 val actualWidthSpec = if (forceUnspecifiedMeasure && orientation == HORIZONTAL) { in onMeasure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/ |
D | DeadZone.java | 46 public static final int HORIZONTAL = 0; // Consume taps along the top edge. field in DeadZone 96 onConfigurationChanged(HORIZONTAL); in DeadZone()
|
/frameworks/base/core/java/android/widget/ |
D | RadioButton.java | 96 if (radioGroup.getOrientation() == LinearLayout.HORIZONTAL) { in onInitializeAccessibilityNodeInfo()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | InvalidateTreeActivity.java | 46 parent.setOrientation(vertical ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in createQuadTree()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | ListItemFactory.java | 94 ll.setOrientation(LinearLayout.HORIZONTAL); in horizontalButtonSlots() 238 ll.setOrientation(LinearLayout.HORIZONTAL); in doubleText()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | ButtonBarLayout.java | 98 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | DefaultUdfpsAccessibilityOverlaySection.kt | 60 create(R.id.udfps_accessibility_overlay_top_guideline, ConstraintSet.HORIZONTAL) in applyConstraints()
|
/frameworks/base/apct-tests/perftests/core/src/android/view/ |
D | ViewShowHidePerfTest.java | 85 … parent.setOrientation(vertical ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); 110 root.setOrientation(LinearLayout.HORIZONTAL);
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | AdjacentListsWithAdjacentISVsInside.java | 94 ll.setOrientation(LinearLayout.HORIZONTAL); in combineAdjacent()
|
/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/ |
D | CustomTestActivity.java | 106 layout.setOrientation(LinearLayout.HORIZONTAL); in createHorizontalLayout()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
D | NotificationOptimizedLinearLayoutComparisonTest.java | 64 private static final int[] ORIENTATIONS = {LinearLayout.VERTICAL, LinearLayout.HORIZONTAL}; 264 } else if (orientation == LinearLayout.HORIZONTAL) { in orientationToString()
|