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
84 if (!mCustomOutline && mCurrentTopRoundness == 0.0f
113 if (!mCustomOutline) { in getClipPath()
251 return mAlwaysRoundBothCorners || mCustomOutline || getTranslation() != 0 ; in isClippingNeeded()
386 mCustomOutline = false; in setOutlineRect()
393 return mCustomOutline ? mOutlineRect.left : (int) getTranslation(); in getOutlineTranslation()
397 if (mCustomOutline) { in updateOutline()
423 mCustomOutline = true; in setOutlineRect()