Home
last modified time | relevance | path

Searched refs:VERTICAL (Results 1 – 25 of 109) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSplitShadeGuidelines.kt22 import androidx.constraintlayout.widget.ConstraintSet.VERTICAL
36 create(R.id.split_shade_guideline, VERTICAL) in applyConstraints()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/fold/ui/helper/
DFoldPostureTest.kt58 orientation = FoldingFeature.Orientation.VERTICAL, in foldPosture_whenHalfOpenVertically_returnsBook()
100 orientation = FoldingFeature.Orientation.VERTICAL, in foldPosture_whenFlatAndSeparatingVertically_returnsBook()
109 orientation: FoldingFeature.Orientation = FoldingFeature.Orientation.VERTICAL, in createWindowLayoutInfo()
/frameworks/base/core/java/com/android/internal/widget/
DAutoScrollHelper.java133 private static final int VERTICAL = 1; field in AutoScrollHelper
294 mMaximumVelocity[VERTICAL] = verticalMax / 1000f; in setMaximumVelocity()
312 mMinimumVelocity[VERTICAL] = verticalMin / 1000f; in setMinimumVelocity()
333 mRelativeVelocity[VERTICAL] = vertical / 1000f; in setRelativeVelocity()
373 mRelativeEdges[VERTICAL] = vertical; in setRelativeEdges()
395 mMaximumEdges[VERTICAL] = verticalMax; in setMaximumEdges()
469 VERTICAL, event.getY(), v.getHeight(), mTarget.getHeight()); in onTouch()
DButtonBarLayout.java56 if (!mAllowStacking && getOrientation() == LinearLayout.VERTICAL) { in setAllowStacking()
148 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
165 return getOrientation() == LinearLayout.VERTICAL; in isStacked()
DOrientationHelper.java41 public static final int VERTICAL = LinearLayout.VERTICAL; field in OrientationHelper
237 case VERTICAL: in createOrientationHelper()
DGridLayoutManager.java133 if (mOrientation == VERTICAL) { in getColumnCountForAccessibility()
274 if (getOrientation() == VERTICAL) { in updateMeasurements()
290 if (mOrientation == VERTICAL) { in setMeasuredDimension()
342 if (mOrientation == VERTICAL && isLayoutRTL()) { in getSpaceForSpanRange()
626 if (mOrientation == VERTICAL) { in layoutChunk()
642 if (mOrientation == VERTICAL) { in layoutChunk()
662 if (mOrientation == VERTICAL) { in layoutChunk()
711 if (mOrientation == VERTICAL) { in measureChild()
DLinearLayoutManager.java49 public static final int VERTICAL = OrientationHelper.VERTICAL; field in LinearLayoutManager
153 this(context, VERTICAL, false); in LinearLayoutManager()
289 return mOrientation == VERTICAL; in canScrollVertically()
325 if (orientation != HORIZONTAL && orientation != VERTICAL) { in setOrientation()
344 if (mOrientation == VERTICAL || !isLayoutRTL()) { in resolveShouldLayoutReverse()
1033 if (mOrientation == VERTICAL) { in scrollHorizontallyBy()
1552 if (mOrientation == VERTICAL) { in layoutChunk()
1614 if (mOrientation == VERTICAL) { in convertFocusDirectionToLayoutDirection()
1622 if (mOrientation == VERTICAL) { in convertFocusDirectionToLayoutDirection()
1630 return mOrientation == VERTICAL ? LayoutState.LAYOUT_START in convertFocusDirectionToLayoutDirection()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DIgnorableChildLinearLayout.kt54 val actualHeightSpec = if (forceUnspecifiedMeasure && orientation == VERTICAL) { in onMeasure()
63 if (orientation == VERTICAL) { in onMeasure()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DButtonBarLayout.java54 if (!mAllowStacking && getOrientation() == LinearLayout.VERTICAL) { in setAllowStacking()
146 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
163 return getOrientation() == LinearLayout.VERTICAL; in isStacked()
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
DGridLayoutTest.java26 import static android.widget.GridLayout.VERTICAL;
32 container.setOrientation(VERTICAL); in create()
DLinearLayoutTest.java30 container.setOrientation(LinearLayout.VERTICAL); in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DSharedNotificationContainer.kt30 import androidx.constraintlayout.widget.ConstraintSet.VERTICAL
51 create(R.id.nssl_guideline, VERTICAL) in <lambda>()
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DTextGammaActivity.java38 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
89 layout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/frameworks/base/core/tests/coretests/src/android/view/
DMerge.java36 mLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSScrollLayout.java56 linearLayout.setOrientation(LinearLayout.VERTICAL); in QSScrollLayout()
63 mSwipeDetector = new SwipeDetector(context, mOverScrollHelper, SwipeDetector.VERTICAL); in QSScrollLayout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/scroll/
DScrollViewActivity.java34 linearLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/fold/ui/helper/
DFoldPosture.kt62 FoldingFeature.Orientation.VERTICAL -> FoldPosture.Book in FoldingFeature()
/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/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/services/autofill/java/com/android/server/autofill/ui/
DBottomSheetButtonBarLayout.java57 return getOrientation() == LinearLayout.VERTICAL; in isStacked()
/frameworks/base/graphics/java/android/graphics/drawable/
DClipDrawable.java58 public static final int VERTICAL = 2; field in ClipDrawable
196 if ((mState.mOrientation & VERTICAL) != 0) { in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DDeadZone.java47 public static final int VERTICAL = 1; // Consume taps along the left edge. field in DeadZone
138 mVertical = (index == VERTICAL); in onConfigurationChanged()
/frameworks/base/core/tests/coretests/src/com/android/internal/view/
DScrollViewCaptureHelperTest.java49 content.setOrientation(LinearLayout.VERTICAL); in createScrollableContent()

12345