コード例 #1
0
 /**
  * Returns the corner radius of the CardView.
  *
  * @return Corner radius of the CardView
  * @see #getRadius()
  */
 public float getRadius() {
   return IMPL.getRadius(this);
 }