FileDocCategorySizeDatePackage
Fade.javaAPI DocAndroid 5.1 API882Sat Mar 14 14:09:42 GMT 2015android.transition

Fade.java

package android.transition;
public class Fade
  extends android.transition.Visibility
{
public  Fade() { throw new RuntimeException("Stub!"); }
public  Fade(int fadingMode) { throw new RuntimeException("Stub!"); }
public  Fade(android.content.Context context, android.util.AttributeSet attrs) { 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!"); }
public static final int IN = 1;
public static final int OUT = 2;
}