Searched defs:topRadius (Results 1 – 4 of 4) sorted by relevance
42 float topRadius = resources.getDimension(R.dimen.rounded_corner_radius_top) in getWindowCornerRadius() local
119 final int topRadius = radii.first > 0 ? radii.first : 0; in fromRadii() local
622 private void applyBackgroundRoundness(float topRadius, float bottomRadius) { in applyBackgroundRoundness()
5373 public void setRoundedClippingBounds(int left, int top, int right, int bottom, int topRadius, in setRoundedClippingBounds()