Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java51 private Path mTmpPath = new Path(); field in ExpandableOutlineView
138 getRoundedRectPath(left, top, right, bottom, topRadius, bottomRadius, mTmpPath); in getClipPath()
139 return mTmpPath; in getClipPath()