Пример #1
0
 /**
  * Sets the intrinsic (default) width for this shape.
  *
  * @param width the intrinsic width (in pixels)
  */
 public void setIntrinsicWidth(int width) {
   mShapeState.mIntrinsicWidth = width;
   invalidateSelf();
 }