Home
last modified time | relevance | path

Searched refs:topStart (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DQuickswitchOrientedNavHandle.java52 int topStart = getLocationOnScreen()[1]; in computeHomeHandleBounds() local
67 top = getHeight() / 2f - (mWidth / 2f) - (topStart / 2f); in computeHomeHandleBounds()
73 top = getHeight() / 2f - (mWidth / 2f) - (topStart / 2f); in computeHomeHandleBounds()
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
H A DShadeScene.kt67 topStart = Dimensions.ScrimCornerSize,
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/
H A DPeopleScreen.kt203 topStart = topCornerRadius,
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
H A DFooterActions.kt136 RoundedCornerShape(topStart = backgroundTopRadius, topEnd = backgroundTopRadius),
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
H A DExpandable.kt483 topStart = topRadius,