Home
last modified time | relevance | path

Searched defs: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
388 val overShoot = topRadius + bottomRadius - height regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java130 float overShoot = topRadius + bottomRadius - height; in getClipPath() local