Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java50 private Path mTmpPath = new Path(); field in ExpandableOutlineView
135 getRoundedRectPath(left, top, right, bottom, topRadius, bottomRadius, mTmpPath); in getClipPath()
136 return mTmpPath; in getClipPath()