All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.graphics.drawable.TransitionDrawable Maven / Gradle / Ivy

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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy