Home
last modified time | relevance | path

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

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