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.java186 Path intersectPath = null; in drawChild() local
196 intersectPath = mClipPath; in drawChild()
205 if (intersectPath != null) { in drawChild()
206 clipPath.op(intersectPath, Path.Op.INTERSECT); in drawChild()
212 if (!clipped && intersectPath != null) { in drawChild()
213 canvas.clipPath(intersectPath); in drawChild()