Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DScreenDecorationsUtils.java49 float topRadius = RoundedCorners.getRoundedCornerTopRadius(resources, displayUniqueId) in getWindowCornerRadius()
/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
DRoundedCornerResDelegate.kt101 (RoundedCorners.getRoundedCornerTopRadius(res, displayUniqueId) > 0) in <lambda>()
/frameworks/base/core/java/android/view/
DRoundedCorners.java171 final int radiusTop = getRoundedCornerTopRadius(res, displayUniqueId); in loadRoundedCornerRadii()
213 public static int getRoundedCornerTopRadius(Resources res, String displayUniqueId) { in getRoundedCornerTopRadius() method in RoundedCorners