Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java78 private float[] mTmpCornerRadii = new float[8]; field in ExpandableOutlineView
151 mTmpCornerRadii[0] = topRoundness; in getRoundedRectPath()
152 mTmpCornerRadii[1] = topRoundness; in getRoundedRectPath()
153 mTmpCornerRadii[2] = topRoundness; in getRoundedRectPath()
154 mTmpCornerRadii[3] = topRoundness; in getRoundedRectPath()
155 mTmpCornerRadii[4] = bottomRoundness; in getRoundedRectPath()
156 mTmpCornerRadii[5] = bottomRoundness; in getRoundedRectPath()
157 mTmpCornerRadii[6] = bottomRoundness; in getRoundedRectPath()
158 mTmpCornerRadii[7] = bottomRoundness; in getRoundedRectPath()
159 outPath.addRoundRect(left, top, right, bottom, mTmpCornerRadii, Path.Direction.CW); in getRoundedRectPath()