Searched refs:bottomRadius (Results 1 – 2 of 2) sorted by relevance
47 float bottomRadius = resources.getDimension(R.dimen.rounded_corner_radius_bottom) in getWindowCornerRadius() local49 if (bottomRadius == 0f) { in getWindowCornerRadius()50 bottomRadius = defaultRadius; in getWindowCornerRadius()55 return Math.min(topRadius, bottomRadius); in getWindowCornerRadius()
918 protected void applyBackgroundRoundness(float topRadius, float bottomRadius) { in applyBackgroundRoundness() argument919 mBackgroundDimmed.setRoundness(topRadius, bottomRadius); in applyBackgroundRoundness()920 mBackgroundNormal.setRoundness(topRadius, bottomRadius); in applyBackgroundRoundness()