Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DScreenDecorationsUtils.java41 float topRadius = resources.getDimension(R.dimen.rounded_corner_radius_top); in getWindowCornerRadius() local
42 if (topRadius == 0f) { in getWindowCornerRadius()
43 topRadius = defaultRadius; in getWindowCornerRadius()
52 return Math.min(topRadius, bottomRadius); in getWindowCornerRadius()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java939 protected void applyBackgroundRoundness(float topRadius, float bottomRadius) { in applyBackgroundRoundness() argument
940 mBackgroundDimmed.setRoundness(topRadius, bottomRadius); in applyBackgroundRoundness()
941 mBackgroundNormal.setRoundness(topRadius, bottomRadius); in applyBackgroundRoundness()