Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java48 private boolean mCustomOutline; field in ExpandableOutlineView
66 if (!mCustomOutline && !hasRoundedCorner() && !mAlwaysRoundBothCorners) {
91 if (mCustomOutline) { in getClipHeight()
105 if (!mCustomOutline) { in getClipPath()
222 return mAlwaysRoundBothCorners || mCustomOutline || forTranslation; in isClippingNeeded()
296 mCustomOutline = false; in setOutlineRect()
314 if (mCustomOutline) { in getOutlineTranslation()
324 if (mCustomOutline) { in updateOutline()
350 mCustomOutline = true; in setOutlineRect()
371 pw.println("mCustomOutline: " + mCustomOutline + " mOutlineRect: " + mOutlineRect); in dump()