package android.graphics.drawable;
public class TransitionDrawable
extends android.graphics.drawable.LayerDrawable
implements android.graphics.drawable.Drawable.Callback
{
public TransitionDrawable(android.graphics.drawable.Drawable[] layers) { super((android.graphics.drawable.Drawable[])null); throw new RuntimeException("Stub!"); }
public void startTransition(int durationMillis) { throw new RuntimeException("Stub!"); }
public void resetTransition() { throw new RuntimeException("Stub!"); }
public void reverseTransition(int duration) { throw new RuntimeException("Stub!"); }
public void draw(android.graphics.Canvas canvas) { throw new RuntimeException("Stub!"); }
public void setCrossFadeEnabled(boolean enabled) { throw new RuntimeException("Stub!"); }
public boolean isCrossFadeEnabled() { throw new RuntimeException("Stub!"); }
}
|