Home
last modified time | relevance | path

Searched defs:topRadius (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/shared/model/
DShadeScrimShape.kt23 val topRadius: Int, constant in com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimShape
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt342 val topRadius = topRoundness * maxRadius constant
359 val topRadius = topRoundness * maxRadius constant
/frameworks/base/core/java/com/android/internal/policy/
DScreenDecorationsUtils.java52 float topRadius = RoundedCorners.getRoundedCornerTopRadius(resources, displayUniqueId) in getWindowCornerRadius() local
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt456 val topRadius = animatorState.topCornerRadius in drawBackground() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java101 float topRadius = mAlwaysRoundBothCorners ? getMaxRadius() : getTopCornerRadius(); in getClipPath() local
DActivatableNotificationView.java668 private void applyBackgroundRoundness(float topRadius, float bottomRadius) { in applyBackgroundRoundness()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt463 val topRadius = if (isTopRounded) radius else 0.dp in toRoundedCornerShape() constant
/frameworks/base/core/java/android/view/
DRoundedCorners.java134 int topRadius = radii.first > 0 ? radii.first : 0; in fromRadii() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java1307 int topRadius = mSplitShadeEnabled in applyClippingImmediately() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5755 public void setRoundedClippingBounds(int left, int top, int right, int bottom, int topRadius, in setRoundedClippingBounds()