Home
last modified time | relevance | path

Searched refs:bottomRadius (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DScreenDecorationsUtils.java47 float bottomRadius = resources.getDimension(R.dimen.rounded_corner_radius_bottom) in getWindowCornerRadius() local
49 if (bottomRadius == 0f) { in getWindowCornerRadius()
50 bottomRadius = defaultRadius; in getWindowCornerRadius()
55 return Math.min(topRadius, bottomRadius); in getWindowCornerRadius()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java918 protected void applyBackgroundRoundness(float topRadius, float bottomRadius) { in applyBackgroundRoundness() argument
919 mBackgroundDimmed.setRoundness(topRadius, bottomRadius); in applyBackgroundRoundness()
920 mBackgroundNormal.setRoundness(topRadius, bottomRadius); in applyBackgroundRoundness()