FileDocCategorySizeDatePackage
TransitionSet.javaAPI DocAndroid 5.1 API3883Sat Mar 14 14:09:40 GMT 2015android.transition

TransitionSet

public class TransitionSet extends android.transition.Transition

Fields Summary
public static final int
ORDERING_SEQUENTIAL
public static final int
ORDERING_TOGETHER
Constructors Summary
public TransitionSet()

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

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.transition.TransitionSetaddListener(android.transition.Transition.TransitionListener listener)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetaddTarget(android.view.View target)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetaddTarget(int targetId)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetaddTarget(java.lang.String targetName)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetaddTarget(java.lang.Class targetType)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetaddTransition(android.transition.Transition transition)

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

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

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetclone()

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionexcludeTarget(android.view.View target, boolean exclude)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionexcludeTarget(java.lang.String targetName, boolean exclude)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionexcludeTarget(int targetId, boolean exclude)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionexcludeTarget(java.lang.Class type, boolean exclude)

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

 throw new RuntimeException("Stub!"); 
public android.transition.TransitiongetTransitionAt(int index)

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

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetremoveListener(android.transition.Transition.TransitionListener listener)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetremoveTarget(int targetId)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetremoveTarget(android.view.View target)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetremoveTarget(java.lang.Class target)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetremoveTarget(java.lang.String target)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetremoveTransition(android.transition.Transition transition)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetsetDuration(long duration)

 throw new RuntimeException("Stub!"); 
public voidsetEpicenterCallback(android.transition.Transition.EpicenterCallback epicenterCallback)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetsetInterpolator(android.animation.TimeInterpolator interpolator)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetsetOrdering(int ordering)

 throw new RuntimeException("Stub!"); 
public voidsetPathMotion(android.transition.PathMotion pathMotion)

 throw new RuntimeException("Stub!"); 
public voidsetPropagation(android.transition.TransitionPropagation propagation)

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionSetsetStartDelay(long startDelay)

 throw new RuntimeException("Stub!");