Home
last modified time | relevance | path

Searched defs:roundedCorners (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DRoundedCornersTest.java56 RoundedCorners roundedCorners = RoundedCorners.fromRadii(radius, 200, 400); in testGetRoundedCorner() local
70 RoundedCorners roundedCorners = RoundedCorners.NO_ROUNDED_CORNERS; in testGetRoundedCorner_noRoundedCorners() local
114 RoundedCorners roundedCorners = mRoundedCorners.inset(1, 2, 3, 4); in testInsetRoundedCorners_partialOverlap() local
128 RoundedCorners roundedCorners = mRoundedCorners.inset(20, 20, 20, 20); in testInsetRoundedCorners_noOverlap() local
139 RoundedCorners roundedCorners = RoundedCorners.fromRadii(radius, 200, 400) in testRotateRoundedCorners_90() local
155 RoundedCorners roundedCorners = RoundedCorners.fromRadii(radius, 200, 400) in testRotateRoundedCorners_270() local
/aosp14/frameworks/base/core/java/android/view/
H A DRoundedCorners.java76 public RoundedCorners(RoundedCorner[] roundedCorners) { in RoundedCorners()
89 public RoundedCorners(RoundedCorners roundedCorners) { in RoundedCorners() method in RoundedCorners
133 final RoundedCorner[] roundedCorners = new RoundedCorner[ROUNDED_CORNER_POSITION_LENGTH]; in fromRadii() local
352 final RoundedCorner[] roundedCorners = new RoundedCorner[ROUNDED_CORNER_POSITION_LENGTH]; in insetWithFrame() local
393 final RoundedCorner[] roundedCorners = new RoundedCorner[ROUNDED_CORNER_POSITION_LENGTH]; in inset() local
463 RoundedCorner[] roundedCorners = new RoundedCorner[ROUNDED_CORNER_POSITION_LENGTH]; in getAllRoundedCorners() local
478 RoundedCorner[] roundedCorners = new RoundedCorner[ROUNDED_CORNER_POSITION_LENGTH]; in scale() local
H A DWindowInsets.java137 RoundedCorners roundedCorners, in WindowInsets()
1369 public Builder setRoundedCorners(RoundedCorners roundedCorners) { in setRoundedCorners()
H A DDisplayInfo.java333 public RoundedCorners roundedCorners; field in DisplayInfo
H A DInsetsState.java524 public void setRoundedCorners(RoundedCorners roundedCorners) { in setRoundedCorners()
H A DDisplay.java1052 final RoundedCorners roundedCorners = mDisplayInfo.roundedCorners; in getRoundedCorner() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayFrames.java64 RoundedCorners roundedCorners, PrivacyIndicatorBounds indicatorBounds, in DisplayFrames()
81 @NonNull RoundedCorners roundedCorners, in update()
H A DDisplayContent.java2040 final RoundedCorners roundedCorners = calculateRoundedCornersForRotation(rotation); in startFixedRotationTransform() local
2245 final RoundedCorners roundedCorners = calculateRoundedCornersForRotation(rotation); in updateDisplayAndOrientation() local
2328 RoundedCorners roundedCorners, int rotation) { in calculateRoundedCornersForRotationUncached()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyLayoutTests.java129 final RoundedCorners roundedCorners = mHasRoundedCorners in createDisplayFrames() local
H A DLetterboxUiControllerTest.java574 RoundedCorners roundedCorners = new RoundedCorners( in testGetRoundedCornersRadius_withRoundedCornersFromInsets() local
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceInfo.java350 public RoundedCorners roundedCorners; field in DisplayDeviceInfo
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeHeaderController.kt140 private var roundedCorners = 0 regex
/aosp14/frameworks/base/core/java/android/widget/
H A DProgressBar.java598 final float[] roundedCorners = new float[] { 5, 5, 5, 5, 5, 5, 5, 5 }; in getDrawableShape() local