Searched refs:bottomRadius (Results 1 – 2 of 2) sorted by relevance
45 float bottomRadius = resources.getDimension(R.dimen.rounded_corner_radius_bottom); in getWindowCornerRadius() local46 if (bottomRadius == 0f) { in getWindowCornerRadius()47 bottomRadius = defaultRadius; in getWindowCornerRadius()52 return Math.min(topRadius, bottomRadius); in getWindowCornerRadius()
939 protected void applyBackgroundRoundness(float topRadius, float bottomRadius) { in applyBackgroundRoundness() argument940 mBackgroundDimmed.setRoundness(topRadius, bottomRadius); in applyBackgroundRoundness()941 mBackgroundNormal.setRoundness(topRadius, bottomRadius); in applyBackgroundRoundness()