Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableOutlineView.java173 float bottomRoundnessX = bottomRoundness; in getRoundedRectPath() local
175 bottomRoundnessX = Math.min(width / 2, bottomRoundnessX); in getRoundedRectPath()
187 outPath.quadTo(right, bottom, right - bottomRoundnessX, bottom); in getRoundedRectPath()
188 outPath.lineTo(left + bottomRoundnessX, bottom); in getRoundedRectPath()