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.kt349 val overShoot = topRadius + bottomRadius - height constant
366 val overShoot = topRadius + bottomRadius - height constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java127 float overShoot = topRadius + bottomRadius - height; in getClipPath() local