Searched refs:mAlwaysRoundBothCorners (Results 1 – 1 of 1) sorted by relevance
65 private boolean mAlwaysRoundBothCorners; field in ExpandableOutlineView85 && mCurrentBottomRoundness == 0.0f && !mAlwaysRoundBothCorners111 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()