FileDocCategorySizeDatePackage
Slide.javaAPI DocAndroid 5.1 API1222Sat Mar 14 14:09:42 GMT 2015android.transition

Slide.java

package android.transition;
public class Slide
  extends android.transition.Visibility
{
public  Slide() { throw new RuntimeException("Stub!"); }
public  Slide(int slideEdge) { throw new RuntimeException("Stub!"); }
public  Slide(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  void setSlideEdge(int slideEdge) { throw new RuntimeException("Stub!"); }
public  int getSlideEdge() { 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!"); }
}