Searched refs:bottomRadius (Results 1 – 2 of 2) sorted by relevance
96 private Drawable createRoundedRectDrawable(float topRadius, float bottomRadius) { in createRoundedRectDrawable() argument106 bottomRadius, in createRoundedRectDrawable()107 bottomRadius, in createRoundedRectDrawable()108 bottomRadius, in createRoundedRectDrawable()109 bottomRadius in createRoundedRectDrawable()
1489 float bottomRadius = ResourceUtils.getDimenByName(1491 if (bottomRadius == 0f) {1492 bottomRadius = defaultRadius;1497 return Math.min(topRadius, bottomRadius);