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/notification/row/
DExpandableOutlineView.java153 float bottomRoundnessX = bottomRoundness; in getRoundedRectPath() local
155 bottomRoundnessX = Math.min(width / 2, bottomRoundnessX); in getRoundedRectPath()
167 outPath.quadTo(right, bottom, right - bottomRoundnessX, bottom); in getRoundedRectPath()
168 outPath.lineTo(left + bottomRoundnessX, bottom); in getRoundedRectPath()