Searched refs:topRadius (Results 1 – 2 of 2) sorted by relevance
42 float topRadius = resources.getDimension(R.dimen.rounded_corner_radius_top) in getWindowCornerRadius() local44 if (topRadius == 0f) { in getWindowCornerRadius()45 topRadius = 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()