Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
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
/frameworks/base/core/java/android/view/
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
DWindowInsets.java137 RoundedCorners roundedCorners, in WindowInsets()
1369 public Builder setRoundedCorners(RoundedCorners roundedCorners) { in setRoundedCorners()
DDisplayInfo.java333 public RoundedCorners roundedCorners; field in DisplayInfo
DInsetsState.java524 public void setRoundedCorners(RoundedCorners roundedCorners) { in setRoundedCorners()
DDisplay.java1052 final RoundedCorners roundedCorners = mDisplayInfo.roundedCorners; in getRoundedCorner() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayFrames.java64 RoundedCorners roundedCorners, PrivacyIndicatorBounds indicatorBounds, in DisplayFrames()
81 @NonNull RoundedCorners roundedCorners, in update()
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()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java129 final RoundedCorners roundedCorners = mHasRoundedCorners in createDisplayFrames() local
DLetterboxUiControllerTest.java574 RoundedCorners roundedCorners = new RoundedCorners( in testGetRoundedCornersRadius_withRoundedCornersFromInsets() local
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceInfo.java350 public RoundedCorners roundedCorners; field in DisplayDeviceInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeHeaderController.kt140 private var roundedCorners = 0 in <lambda>() variable in com.android.systemui.shade.ShadeHeaderController
/frameworks/base/core/java/android/widget/
DProgressBar.java598 final float[] roundedCorners = new float[] { 5, 5, 5, 5, 5, 5, 5, 5 }; in getDrawableShape() local