コード例 #1
0
 /**
  * Returns the backward compatible elevation of the CardView.
  *
  * @return Elevation of the CardView
  * @see #setCardElevation(float)
  * @see #getMaxCardElevation()
  */
 public float getCardElevation() {
   return IMPL.getElevation(this);
 }