FileDocCategorySizeDatePackage
Visibility.javaAPI DocAndroid 5.1 API2175Sat Mar 14 14:09:42 GMT 2015android.transition

Visibility

public abstract class Visibility extends android.transition.Transition

Fields Summary
public static final int
MODE_IN
public static final int
MODE_OUT
Constructors Summary
public Visibility()

 throw new RuntimeException("Stub!"); 
public Visibility(android.content.Context context, android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidcaptureEndValues(android.transition.TransitionValues transitionValues)

 throw new RuntimeException("Stub!"); 
public voidcaptureStartValues(android.transition.TransitionValues transitionValues)

 throw new RuntimeException("Stub!"); 
public android.animation.AnimatorcreateAnimator(android.view.ViewGroup sceneRoot, android.transition.TransitionValues startValues, android.transition.TransitionValues endValues)

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

 throw new RuntimeException("Stub!"); 
public java.lang.String[]getTransitionProperties()

 throw new RuntimeException("Stub!"); 
public booleanisVisible(android.transition.TransitionValues values)

 throw new RuntimeException("Stub!"); 
public android.animation.AnimatoronAppear(android.view.ViewGroup sceneRoot, android.transition.TransitionValues startValues, int startVisibility, android.transition.TransitionValues endValues, int endVisibility)

 throw new RuntimeException("Stub!"); 
public android.animation.AnimatoronAppear(android.view.ViewGroup sceneRoot, android.view.View view, android.transition.TransitionValues startValues, android.transition.TransitionValues endValues)

 throw new RuntimeException("Stub!"); 
public android.animation.AnimatoronDisappear(android.view.ViewGroup sceneRoot, android.transition.TransitionValues startValues, int startVisibility, android.transition.TransitionValues endValues, int endVisibility)

 throw new RuntimeException("Stub!"); 
public android.animation.AnimatoronDisappear(android.view.ViewGroup sceneRoot, android.view.View view, android.transition.TransitionValues startValues, android.transition.TransitionValues endValues)

 throw new RuntimeException("Stub!"); 
public voidsetMode(int mode)

 throw new RuntimeException("Stub!");