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