Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDeferredDisplayUpdaterDiffTest.java21 import static android.view.RoundedCorners.NO_ROUNDED_CORNERS;
208 field.set(first, NO_ROUNDED_CORNERS); in setDifferentFieldValues()
210 final RoundedCorners other = new RoundedCorners(NO_ROUNDED_CORNERS); in setDifferentFieldValues()
DDisplayPolicyLayoutTests.java131 : RoundedCorners.NO_ROUNDED_CORNERS; in createDisplayFrames()
DDisplayPolicyTests.java22 import static android.view.RoundedCorners.NO_ROUNDED_CORNERS;
505 state, displayInfo, NO_CUTOUT, NO_ROUNDED_CORNERS, new PrivacyIndicatorBounds(), in testImeMinimalSourceFrame()
DWallpaperControllerTests.java161 info, cutout, RoundedCorners.NO_ROUNDED_CORNERS, new PrivacyIndicatorBounds(), in testWallpaperSizeWithFixedTransform()
/frameworks/base/core/java/android/view/
DRoundedCorners.java51 public static final RoundedCorners NO_ROUNDED_CORNERS = new RoundedCorners( field in RoundedCorners
588 if (equals(NO_ROUNDED_CORNERS)) { in writeToParcel()
601 return NO_ROUNDED_CORNERS;
DWindowInsets.java1190 ? RoundedCorners.NO_ROUNDED_CORNERS in insetUnchecked()
1365 private RoundedCorners mRoundedCorners = RoundedCorners.NO_ROUNDED_CORNERS;
1614 ? roundedCorners : RoundedCorners.NO_ROUNDED_CORNERS; in setRoundedCorners()
DInsetsState.java89 private RoundedCorners mRoundedCorners = RoundedCorners.NO_ROUNDED_CORNERS;
207 return RoundedCorners.NO_ROUNDED_CORNERS; in calculateRelativeRoundedCorners()
/frameworks/base/core/tests/coretests/src/android/view/
DRoundedCornersTest.java97 RoundedCorners roundedCorners = RoundedCorners.NO_ROUNDED_CORNERS; in testGetRoundedCorner_noRoundedCorners()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewTest.kt339 /* roundedCorners = */ RoundedCorners.NO_ROUNDED_CORNERS,
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2374 if (roundedCorners == null || roundedCorners == RoundedCorners.NO_ROUNDED_CORNERS) { in calculateRoundedCornersForRotationUncached()
2375 return RoundedCorners.NO_ROUNDED_CORNERS; in calculateRoundedCornersForRotationUncached()