Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java47 private boolean mCustomOutline; field in ExpandableOutlineView
63 if (!mCustomOutline && !hasRoundedCorner() && !mAlwaysRoundBothCorners) {
88 if (mCustomOutline) { in getClipHeight()
102 if (!mCustomOutline) { in getClipPath()
219 return mAlwaysRoundBothCorners || mCustomOutline || forTranslation; in isClippingNeeded()
293 mCustomOutline = false; in setOutlineRect()
311 if (mCustomOutline) { in getOutlineTranslation()
321 if (mCustomOutline) { in updateOutline()
347 mCustomOutline = true; in setOutlineRect()
368 pw.println("mCustomOutline: " + mCustomOutline + " mOutlineRect: " + mOutlineRect); in dump()