Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
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()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java133 public void setCornerStylesRelative(int topStart, int topEnd, int bottomEnd, int bottomStart) { in setCornerStylesRelative() argument
134 mTopStartCornerStyle = topStart; in setCornerStylesRelative()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/statusbar/phone/
DSystemUIDialogFactoryExt.kt119 shape = RoundedCornerShape(topStart = radius, topEnd = radius), in SystemUIDialogFactory()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/
DPeopleScreen.kt203 topStart = topCornerRadius, in Tile()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
DFooterActions.kt177 RoundedCornerShape(topStart = backgroundTopRadius, topEnd = backgroundTopRadius), in FooterActions()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt483 topStart = topRadius, in drawBackground()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt466 topStart = topRadius, in toRoundedCornerShape()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeScene.kt125 topStart = Dimensions.ScrimCornerSize,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/composable/
DShortcutHelper.kt554 topStart = Dimensions.SinglePaneCategoryCornerRadius,