Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java152 float topRoundnessX = topRoundness; in getRoundedRectPath() local
154 topRoundnessX = Math.min(width / 2, topRoundnessX); in getRoundedRectPath()
158 outPath.quadTo(left, top, left + topRoundnessX, top); in getRoundedRectPath()
159 outPath.lineTo(right - topRoundnessX, top); in getRoundedRectPath()