Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DRoundable.kt371 val overShoot = topRadius + bottomRadius - height regex
372 return topRadius - (overShoot * topRoundness / (topRoundness + bottomRoundness))
388 val overShoot = topRadius + bottomRadius - height regex
390 (overShoot * bottomRoundness / (topRoundness + bottomRoundness))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java130 float overShoot = topRadius + bottomRadius - height; in getClipPath() local
133 topRadius -= overShoot * currentTopRoundness in getClipPath()
135 bottomRadius -= overShoot * currentBottomRoundness in getClipPath()