Example #1
0
 /** Sets the Shape of this ShapeDrawable. */
 public void setShape(Shape s) {
   mShapeState.mShape = s;
   updateShape();
 }
Example #2
0
 @Override
 protected void onBoundsChange(Rect bounds) {
   super.onBoundsChange(bounds);
   updateShape();
 }