Searched refs:NO_ROUNDED_CORNERS (Results 1 – 8 of 8) sorted by relevance
51 public static final RoundedCorners NO_ROUNDED_CORNERS = new RoundedCorners( field in RoundedCorners582 if (equals(NO_ROUNDED_CORNERS)) { in writeToParcel()595 return NO_ROUNDED_CORNERS;
1012 ? RoundedCorners.NO_ROUNDED_CORNERS in insetUnchecked()1104 private RoundedCorners mRoundedCorners = RoundedCorners.NO_ROUNDED_CORNERS;1341 ? roundedCorners : RoundedCorners.NO_ROUNDED_CORNERS; in setRoundedCorners()
192 private RoundedCorners mRoundedCorners = RoundedCorners.NO_ROUNDED_CORNERS;298 return RoundedCorners.NO_ROUNDED_CORNERS; in calculateRelativeRoundedCorners()
23 import static android.view.RoundedCorners.NO_ROUNDED_CORNERS;344 state, displayInfo, NO_CUTOUT, NO_ROUNDED_CORNERS, new PrivacyIndicatorBounds()); in testImeMinimalSourceFrame()
135 : RoundedCorners.NO_ROUNDED_CORNERS; in createDisplayFrames()
170 info, cutout, RoundedCorners.NO_ROUNDED_CORNERS, new PrivacyIndicatorBounds()); in testWallpaperSizeWithFixedTransform()
70 RoundedCorners roundedCorners = RoundedCorners.NO_ROUNDED_CORNERS; in testGetRoundedCorner_noRoundedCorners()
2258 if (roundedCorners == null || roundedCorners == RoundedCorners.NO_ROUNDED_CORNERS) { in calculateRoundedCornersForRotationUncached()2259 return RoundedCorners.NO_ROUNDED_CORNERS; in calculateRoundedCornersForRotationUncached()