Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java129 float currentBottomRoundness = getBottomRoundness(); in getClipPath() local
131 / (currentTopRoundness + currentBottomRoundness); in getClipPath()
132 bottomRadius -= overShoot * currentBottomRoundness in getClipPath()
133 / (currentTopRoundness + currentBottomRoundness); in getClipPath()