Home
last modified time | relevance | path

Searched refs:getCurrentBackgroundRadiusTop (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java603 applyBackgroundRoundness(getCurrentBackgroundRadiusTop(), in applyRoundness()
608 public float getCurrentBackgroundRadiusTop() { in getCurrentBackgroundRadiusTop() method in ActivatableNotificationView
610 return MathUtils.lerp(0, super.getCurrentBackgroundRadiusTop(), fraction); in getCurrentBackgroundRadiusTop()
H A DExpandableOutlineView.java109 ? mOutlineRadius : getCurrentBackgroundRadiusTop(); in getClipPath()
243 public float getCurrentBackgroundRadiusTop() { in getCurrentBackgroundRadiusTop() method in ExpandableOutlineView