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.java49 private boolean mAlwaysRoundBothCorners; field in ExpandableOutlineView
63 if (!mCustomOutline && !hasRoundedCorner() && !mAlwaysRoundBothCorners) {
101 float topRadius = mAlwaysRoundBothCorners ? getMaxRadius() : getTopCornerRadius(); in getClipPath()
125 float bottomRadius = mAlwaysRoundBothCorners ? getMaxRadius() : getBottomCornerRadius(); in getClipPath()
219 return mAlwaysRoundBothCorners || mCustomOutline || forTranslation; in isClippingNeeded()
224 mAlwaysRoundBothCorners = res.getBoolean(R.bool.config_clipNotificationsToOutline); in initDimens()
226 if (mAlwaysRoundBothCorners) { in initDimens()
236 setClipToOutline(mAlwaysRoundBothCorners); in initDimens()
370 pw.println("mAlwaysRoundBothCorners: " + mAlwaysRoundBothCorners); in dump()