Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java169 Path intersectPath = null; in drawChild() local
177 intersectPath = mClipPath; in drawChild()
186 if (intersectPath != null) { in drawChild()
187 clipPath.op(intersectPath, Path.Op.INTERSECT); in drawChild()
193 if (!clipped && intersectPath != null) { in drawChild()
194 canvas.clipPath(intersectPath); in drawChild()