android.graphics.drawable.TransitionDrawable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag
that was used to checkout the source from the Git repos was android-2.1_r2.
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!"); }
}