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.java62 private boolean mCustomOutline; field in ExpandableOutlineView
85 if (!mCustomOutline && mCurrentTopRoundness == 0.0f
112 if (!mCustomOutline) { in getClipPath()
232 return mAlwaysRoundBothCorners || mCustomOutline || getTranslation() != 0 ; in isClippingNeeded()
361 mCustomOutline = false; in setOutlineRect()
368 return mCustomOutline ? mOutlineRect.left : (int) getTranslation(); in getOutlineTranslation()
372 if (mCustomOutline) { in updateOutline()
398 mCustomOutline = true; in setOutlineRect()