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
85 && mCurrentBottomRoundness == 0.0f && !mAlwaysRoundBothCorners
111 float topRoundness = mAlwaysRoundBothCorners in getClipPath()
134 float bottomRoundness = mAlwaysRoundBothCorners in getClipPath()
251 return mAlwaysRoundBothCorners || mCustomOutline || getTranslation() != 0 ; in isClippingNeeded()
259 mAlwaysRoundBothCorners = res.getBoolean(R.bool.config_clipNotificationsToOutline); in initDimens()
260 if (!mAlwaysRoundBothCorners) { in initDimens()
264 setClipToOutline(mAlwaysRoundBothCorners); in initDimens()