Home
last modified time | relevance | path

Searched defs:topRadius (Results 1 – 12 of 12) 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.kt329 val topRadius = topRoundness * maxRadius constant
346 val topRadius = topRoundness * maxRadius constant
/frameworks/base/core/java/com/android/internal/policy/
DScreenDecorationsUtils.java60 float topRadius = RoundedCorners.getRoundedCornerTopRadius(resources, displayUniqueId) in getWindowCornerRadius() local
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/
DPeopleScreen.kt153 fun topRadius(i: Int): Dp = if (i == 0) largeCornerRadius else smallCornerRadius in ConversationList() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java100 float topRadius = mAlwaysRoundBothCorners ? getMaxRadius() : getTopCornerRadius(); in getClipPath() local
DActivatableNotificationView.java672 private void applyBackgroundRoundness(float topRadius, float bottomRadius) { in applyBackgroundRoundness()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt643 val topRadius = animatorState.topCornerRadius in drawBackground() constant
/frameworks/base/core/java/android/view/
DRoundedCorners.java134 int topRadius = radii.first > 0 ? radii.first : 0; in fromRadii() local
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt842 val topRadius = if (isTopRounded) radius else 0.dp in toRoundedCornerShape() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DHandleMenu.kt883 val topRadius = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java1330 int topRadius = mSplitShadeEnabled in applyClippingImmediately() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6094 public void setRoundedClippingBounds(int left, int top, int right, int bottom, int topRadius, in setRoundedClippingBounds()