Home
last modified time | relevance | path

Searched refs:HORIZONTAL (Results 1 – 25 of 70) sorted by relevance

123

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/fold/ui/helper/
DFoldPostureTest.kt45 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/
DAutoScrollHelper.java132 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()
DOrientationHelper.java39 public static final int HORIZONTAL = LinearLayout.HORIZONTAL; field in OrientationHelper
235 case HORIZONTAL: in createOrientationHelper()
DNotificationOptimizedLinearLayout.java135 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()
DLinearLayoutManager.java47 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()
DButtonBarLayout.java148 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DGoneParentFocusedChild.java59 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
DAdjacentVerticalRectLists.java66 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
DHorizontalFocusSearch.java62 mLayout.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
DVerticalFocusSearch.java134 ll.setOrientation(LinearLayout.HORIZONTAL); in addSkinny()
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DMultiLayersActivity.java37 row1.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
42 row2.setOrientation(LinearLayout.HORIZONTAL); in onCreate()
/frameworks/base/graphics/java/android/graphics/drawable/
DClipDrawable.java57 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/
DTitleBar.java31 super(context, LinearLayout.HORIZONTAL, "title_bar.xml", simulatedPlatformVersion); in TitleBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/fold/ui/helper/
DFoldPosture.kt61 FoldingFeature.Orientation.HORIZONTAL -> FoldPosture.Tabletop in FoldingFeature()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DIgnorableChildLinearLayout.kt50 val actualWidthSpec = if (forceUnspecifiedMeasure && orientation == HORIZONTAL) { in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DDeadZone.java46 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/
DRadioButton.java96 if (radioGroup.getOrientation() == LinearLayout.HORIZONTAL) { in onInitializeAccessibilityNodeInfo()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DInvalidateTreeActivity.java46 parent.setOrientation(vertical ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in createQuadTree()
/frameworks/base/core/tests/coretests/src/android/util/
DListItemFactory.java94 ll.setOrientation(LinearLayout.HORIZONTAL); in horizontalButtonSlots()
238 ll.setOrientation(LinearLayout.HORIZONTAL); in doubleText()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DButtonBarLayout.java98 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultUdfpsAccessibilityOverlaySection.kt60 create(R.id.udfps_accessibility_overlay_top_guideline, ConstraintSet.HORIZONTAL) in applyConstraints()
/frameworks/base/apct-tests/perftests/core/src/android/view/
DViewShowHidePerfTest.java85 … parent.setOrientation(vertical ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
110 root.setOrientation(LinearLayout.HORIZONTAL);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DAdjacentListsWithAdjacentISVsInside.java94 ll.setOrientation(LinearLayout.HORIZONTAL); in combineAdjacent()
/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
DCustomTestActivity.java106 layout.setOrientation(LinearLayout.HORIZONTAL); in createHorizontalLayout()
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DNotificationOptimizedLinearLayoutComparisonTest.java64 private static final int[] ORIENTATIONS = {LinearLayout.VERTICAL, LinearLayout.HORIZONTAL};
264 } else if (orientation == LinearLayout.HORIZONTAL) { in orientationToString()

123