Home
last modified time | relevance | path

Searched refs:NO_ROUNDED_CORNERS (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DRoundedCorners.java51 public static final RoundedCorners NO_ROUNDED_CORNERS = new RoundedCorners( field in RoundedCorners
582 if (equals(NO_ROUNDED_CORNERS)) { in writeToParcel()
595 return NO_ROUNDED_CORNERS;
DWindowInsets.java1012 ? RoundedCorners.NO_ROUNDED_CORNERS in insetUnchecked()
1104 private RoundedCorners mRoundedCorners = RoundedCorners.NO_ROUNDED_CORNERS;
1341 ? roundedCorners : RoundedCorners.NO_ROUNDED_CORNERS; in setRoundedCorners()
DInsetsState.java192 private RoundedCorners mRoundedCorners = RoundedCorners.NO_ROUNDED_CORNERS;
298 return RoundedCorners.NO_ROUNDED_CORNERS; in calculateRelativeRoundedCorners()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyTests.java23 import static android.view.RoundedCorners.NO_ROUNDED_CORNERS;
344 state, displayInfo, NO_CUTOUT, NO_ROUNDED_CORNERS, new PrivacyIndicatorBounds()); in testImeMinimalSourceFrame()
DDisplayPolicyLayoutTests.java135 : RoundedCorners.NO_ROUNDED_CORNERS; in createDisplayFrames()
DWallpaperControllerTests.java170 info, cutout, RoundedCorners.NO_ROUNDED_CORNERS, new PrivacyIndicatorBounds()); in testWallpaperSizeWithFixedTransform()
/frameworks/base/core/tests/coretests/src/android/view/
DRoundedCornersTest.java70 RoundedCorners roundedCorners = RoundedCorners.NO_ROUNDED_CORNERS; in testGetRoundedCorner_noRoundedCorners()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2258 if (roundedCorners == null || roundedCorners == RoundedCorners.NO_ROUNDED_CORNERS) { in calculateRoundedCornersForRotationUncached()
2259 return RoundedCorners.NO_ROUNDED_CORNERS; in calculateRoundedCornersForRotationUncached()