Home
last modified time | relevance | path

Searched defs:bottomRadius (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DScreenDecorationsUtils.java54 float bottomRadius = RoundedCorners.getRoundedCornerBottomRadius(resources, displayUniqueId) in getWindowCornerRadius() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt365 val bottomRadius = bottomRoundness * maxRadius constant
382 val bottomRadius = bottomRoundness * maxRadius constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java128 float bottomRadius = mAlwaysRoundBothCorners ? getMaxRadius() : getBottomCornerRadius(); in getClipPath() local
DActivatableNotificationView.java593 private void applyBackgroundRoundness(float topRadius, float bottomRadius) { in applyBackgroundRoundness()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt457 val bottomRadius = animatorState.bottomCornerRadius in drawBackground() constant
/frameworks/base/core/java/android/view/
DRoundedCorners.java135 int bottomRadius = radii.second > 0 ? radii.second : 0; in fromRadii() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsController.java1226 float bottomRadius = mSplitShadeEnabled ? screenCornerRadius : 0; in applyClippingImmediately() local
1285 int bottomRadius = mSplitShadeEnabled ? radius : 0; in applyClippingImmediately() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5651 int bottomRadius) { in setRoundedClippingBounds()