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.java154 RoundedCorners roundedCorners, in WindowInsets()
1339 public Builder setRoundedCorners(RoundedCorners roundedCorners) { in setRoundedCorners()
DDisplayInfo.java318 public RoundedCorners roundedCorners; field in DisplayInfo
DInsetsState.java568 public void setRoundedCorners(RoundedCorners roundedCorners) { in setRoundedCorners()
DDisplay.java986 final RoundedCorners roundedCorners = mDisplayInfo.roundedCorners; in getRoundedCorner() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayFrames.java59 RoundedCorners roundedCorners, PrivacyIndicatorBounds indicatorBounds) { in DisplayFrames()
75 @NonNull RoundedCorners roundedCorners, in update()
DDisplayContent.java1966 final RoundedCorners roundedCorners = calculateRoundedCornersForRotation(rotation); in startFixedRotationTransform() local
2181 final RoundedCorners roundedCorners = calculateRoundedCornersForRotation(rotation); in updateDisplayAndOrientation() local
2257 RoundedCorners roundedCorners, int rotation) { in calculateRoundedCornersForRotationUncached()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java133 final RoundedCorners roundedCorners = mHasRoundedCorners in createDisplayFrames() local
DLetterboxUiControllerTest.java532 RoundedCorners roundedCorners = new RoundedCorners( in testGetRoundedCornersRadius_withRoundedCornersFromInsets() local
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceInfo.java303 public RoundedCorners roundedCorners; field in DisplayDeviceInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeHeaderController.kt125 private var roundedCorners = 0 in <lambda>() variable
/frameworks/base/core/java/android/widget/
DProgressBar.java598 final float[] roundedCorners = new float[] { 5, 5, 5, 5, 5, 5, 5, 5 }; in getDrawableShape() local