/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/shared/model/ |
D | ShadeScrimShape.kt | 23 val topRadius: Int, constant in com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimShape
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | Roundable.kt | 329 val topRadius = topRoundness * maxRadius constant 346 val topRadius = topRoundness * maxRadius constant
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | ScreenDecorationsUtils.java | 60 float topRadius = RoundedCorners.getRoundedCornerTopRadius(resources, displayUniqueId) in getWindowCornerRadius() local
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/ |
D | PeopleScreen.kt | 153 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/ |
D | ExpandableOutlineView.java | 100 float topRadius = mAlwaysRoundBothCorners ? getMaxRadius() : getTopCornerRadius(); in getClipPath() local
|
D | ActivatableNotificationView.java | 672 private void applyBackgroundRoundness(float topRadius, float bottomRadius) { in applyBackgroundRoundness()
|
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/ |
D | Expandable.kt | 643 val topRadius = animatorState.topCornerRadius in drawBackground() constant
|
/frameworks/base/core/java/android/view/ |
D | RoundedCorners.java | 134 int topRadius = radii.first > 0 ? radii.first : 0; in fromRadii() local
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/ |
D | Notifications.kt | 842 val topRadius = if (isTopRounded) radius else 0.dp in toRoundedCornerShape() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | HandleMenu.kt | 883 val topRadius = in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 1330 int topRadius = mSplitShadeEnabled in applyClippingImmediately() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 6094 public void setRoundedClippingBounds(int left, int top, int right, int bottom, int topRadius, in setRoundedClippingBounds()
|