Home
last modified time | relevance | path

Searched refs:getRoundedCornerBottomRadius (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DScreenDecorationsUtils.java54 float bottomRadius = RoundedCorners.getRoundedCornerBottomRadius(resources, displayUniqueId) in getWindowCornerRadius()
/aosp12/frameworks/base/core/java/android/view/
H A DRoundedCorners.java154 final int radiusBottom = getRoundedCornerBottomRadius(res, displayUniqueId); in loadRoundedCornerRadii()
217 public static int getRoundedCornerBottomRadius(Resources res, String displayUniqueId) { in getRoundedCornerBottomRadius() method in RoundedCorners
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java719 final int newRoundedDefaultBottom = RoundedCorners.getRoundedCornerBottomRadius( in updateRoundedCornerRadii()