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