package android.transition;
public class Explode
extends android.transition.Visibility
{
public Explode() { throw new RuntimeException("Stub!"); }
public Explode(android.content.Context context, android.util.AttributeSet attrs) { throw new RuntimeException("Stub!"); }
public void captureStartValues(android.transition.TransitionValues transitionValues) { throw new RuntimeException("Stub!"); }
public void captureEndValues(android.transition.TransitionValues transitionValues) { throw new RuntimeException("Stub!"); }
public android.animation.Animator onAppear(android.view.ViewGroup sceneRoot, android.view.View view, android.transition.TransitionValues startValues, android.transition.TransitionValues endValues) { throw new RuntimeException("Stub!"); }
public android.animation.Animator onDisappear(android.view.ViewGroup sceneRoot, android.view.View view, android.transition.TransitionValues startValues, android.transition.TransitionValues endValues) { throw new RuntimeException("Stub!"); }
}
|