Searched refs:topRadius (Results 1 – 2 of 2) sorted by relevance
96 private Drawable createRoundedRectDrawable(float topRadius, float bottomRadius) { in createRoundedRectDrawable() argument102 topRadius, in createRoundedRectDrawable()103 topRadius, in createRoundedRectDrawable()104 topRadius, in createRoundedRectDrawable()105 topRadius, in createRoundedRectDrawable()
1485 float topRadius = ResourceUtils.getDimenByName("rounded_corner_radius_top", resources, 0);1486 if (topRadius == 0f) {1487 topRadius = defaultRadius;1497 return Math.min(topRadius, bottomRadius);