Home
last modified time | relevance | path

Searched refs:getBottomCornerRadius (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java569 applyBackgroundRoundness(getTopCornerRadius(), getBottomCornerRadius()); in applyRoundnessAndInvalidate()
584 public float getBottomCornerRadius() { in getBottomCornerRadius() method in ActivatableNotificationView
586 return super.getBottomCornerRadius(); in getBottomCornerRadius()
590 return MathUtils.lerp(0, super.getBottomCornerRadius(), fraction); in getBottomCornerRadius()
H A DExpandableOutlineView.java128 float bottomRadius = mAlwaysRoundBothCorners ? getMaxRadius() : getBottomCornerRadius(); in getClipPath()
H A DExpandableNotificationRow.java2356 mBottomRoundnessDuringLaunchAnimation = params.getBottomCornerRadius() / maxRadius;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java5760 float bottomRadius = mLaunchAnimationParams.getBottomCornerRadius();