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.java83 RoundedCorners roundedCorners = RoundedCorners.fromRadii(radius, 200, 400); in testGetRoundedCorner() local
97 RoundedCorners roundedCorners = RoundedCorners.NO_ROUNDED_CORNERS; in testGetRoundedCorner_noRoundedCorners() local
141 RoundedCorners roundedCorners = mRoundedCorners.inset(1, 2, 3, 4); in testInsetRoundedCorners_partialOverlap() local
155 RoundedCorners roundedCorners = mRoundedCorners.inset(20, 20, 20, 20); in testInsetRoundedCorners_noOverlap() local
166 RoundedCorners roundedCorners = RoundedCorners.fromRadii(radius, 200, 400) in testRotateRoundedCorners_90() local
182 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
358 final RoundedCorner[] roundedCorners = new RoundedCorner[ROUNDED_CORNER_POSITION_LENGTH]; in insetWithFrame() local
399 final RoundedCorner[] roundedCorners = new RoundedCorner[ROUNDED_CORNER_POSITION_LENGTH]; in inset() local
469 RoundedCorner[] roundedCorners = new RoundedCorner[ROUNDED_CORNER_POSITION_LENGTH]; in getAllRoundedCorners() local
484 RoundedCorner[] roundedCorners = new RoundedCorner[ROUNDED_CORNER_POSITION_LENGTH]; in scale() local
DWindowInsets.java149 RoundedCorners roundedCorners, in WindowInsets()
1612 public Builder setRoundedCorners(RoundedCorners roundedCorners) { in setRoundedCorners()
DDisplayInfo.java346 public RoundedCorners roundedCorners; field in DisplayInfo
DInsetsState.java503 public void setRoundedCorners(RoundedCorners roundedCorners) { in setRoundedCorners()
DDisplay.java1135 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.java2062 final RoundedCorners roundedCorners = calculateRoundedCornersForRotation(rotation); in startFixedRotationTransform() local
2276 final RoundedCorners roundedCorners = calculateRoundedCornersForRotation(rotation); in updateDisplayAndOrientation() local
2373 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.java622 RoundedCorners roundedCorners = new RoundedCorners( in testGetRoundedCornersRadius_withRoundedCornersFromInsets() local
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceInfo.java378 public RoundedCorners roundedCorners; field in DisplayDeviceInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeHeaderController.kt143 private var roundedCorners = 0 in <lambda>() variable
/frameworks/base/core/java/android/widget/
DProgressBar.java607 final float[] roundedCorners = new float[] { 5, 5, 5, 5, 5, 5, 5, 5 }; in getDrawableShape() local