Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java65 private boolean mAlwaysRoundBothCorners; field in ExpandableOutlineView
86 && mCurrentBottomRoundness == 0.0f && !mAlwaysRoundBothCorners
110 float topRoundness = mAlwaysRoundBothCorners in getClipPath()
133 float bottomRoundness = mAlwaysRoundBothCorners in getClipPath()
232 return mAlwaysRoundBothCorners || mCustomOutline || getTranslation() != 0 ; in isClippingNeeded()
240 mAlwaysRoundBothCorners = res.getBoolean(R.bool.config_clipNotificationsToOutline); in initDimens()
241 if (!mAlwaysRoundBothCorners) { in initDimens()
245 setClipToOutline(mAlwaysRoundBothCorners); in initDimens()