FileDocCategorySizeDatePackage
TransitionDrawable.javaAPI DocAndroid 5.1 API850Sat Mar 14 14:09:38 GMT 2015android.graphics.drawable

TransitionDrawable

public class TransitionDrawable extends android.graphics.drawable.LayerDrawable implements android.graphics.drawable.Drawable.Callback

Fields Summary
Constructors Summary
public TransitionDrawable(android.graphics.drawable.Drawable[] layers)

 super((android.graphics.drawable.Drawable[])null); throw new RuntimeException("Stub!"); 
Methods Summary
public voiddraw(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public booleanisCrossFadeEnabled()

 throw new RuntimeException("Stub!"); 
public voidresetTransition()

 throw new RuntimeException("Stub!"); 
public voidreverseTransition(int duration)

 throw new RuntimeException("Stub!"); 
public voidsetCrossFadeEnabled(boolean enabled)

 throw new RuntimeException("Stub!"); 
public voidstartTransition(int durationMillis)

 throw new RuntimeException("Stub!");