Searched refs:mAlwaysRoundBothCorners (Results 1 – 1 of 1) sorted by relevance
49 private boolean mAlwaysRoundBothCorners; field in ExpandableOutlineView63 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()