Searched refs:OctopusDrawable (Results 1 – 2 of 2) sorted by relevance
29 private OctopusDrawable mOcto;47 mOcto = new OctopusDrawable(getApplicationContext()); in onCreate()48 mOcto.setSizePx((int) (OctopusDrawable.randfrange(40f,180f) * dp)); in onCreate()
36 public class OctopusDrawable extends Drawable { class66 public OctopusDrawable(Context context) { in OctopusDrawable() method in OctopusDrawable334 OctopusDrawable.this.invalidateSelf(); in onAnimationUpdate()