Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt371 val overShoot = topRadius + bottomRadius - height constant
388 val overShoot = topRadius + bottomRadius - height constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java130 float overShoot = topRadius + bottomRadius - height; in getClipPath() local