Searched refs:topStart (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | QuickswitchOrientedNavHandle.java | 52 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/ |
D | StyledCornersBitmapDrawable.java | 133 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/ |
D | SystemUIDialogFactoryExt.kt | 119 shape = RoundedCornerShape(topStart = radius, topEnd = radius), in SystemUIDialogFactory()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/ |
D | PeopleScreen.kt | 203 topStart = topCornerRadius, in Tile()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/ |
D | FooterActions.kt | 177 RoundedCornerShape(topStart = backgroundTopRadius, topEnd = backgroundTopRadius), in FooterActions()
|
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/ |
D | Expandable.kt | 483 topStart = topRadius, in drawBackground()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/ |
D | Notifications.kt | 466 topStart = topRadius, in toRoundedCornerShape()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/ |
D | ShadeScene.kt | 125 topStart = Dimensions.ScrimCornerSize,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/composable/ |
D | ShortcutHelper.kt | 554 topStart = Dimensions.SinglePaneCategoryCornerRadius,
|