Home
last modified time | relevance | path

Searched defs:bottomRadius (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DScreenDecorationsUtils.java54 float bottomRadius = RoundedCorners.getRoundedCornerBottomRadius(resources, displayUniqueId) in getWindowCornerRadius() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsListDrawableFactory.java96 private Drawable createRoundedRectDrawable(float topRadius, float bottomRadius) { in createRoundedRectDrawable()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java416 final Point bottomRadius = new Point(testBottomRadius, testBottomRadius); in testRoundingTopBottomRadius_OnLeftRightOverlay() local
/aosp12/frameworks/base/core/java/android/view/
H A DRoundedCorners.java122 final int bottomRadius = radii.second > 0 ? radii.second : 0; in fromRadii() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java619 private void applyBackgroundRoundness(float topRadius, float bottomRadius) { in applyBackgroundRoundness()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java5457 int bottomRadius) { in setRoundedClippingBounds()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java2463 int bottomRadius = mShouldUseSplitNotificationShade ? radius : 0; in applyQSClippingImmediately() local