FileDocCategorySizeDatePackage
Transition.javaAPI DocAndroid 5.1 API6107Sat Mar 14 14:09:36 GMT 2015android.transition

Transition

public abstract class Transition extends Object implements Cloneable

Fields Summary
public static final int
MATCH_ID
public static final int
MATCH_INSTANCE
public static final int
MATCH_ITEM_ID
public static final int
MATCH_NAME
Constructors Summary
public Transition()

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

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

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

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

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

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

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

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

public abstract voidcaptureStartValues(android.transition.TransitionValues transitionValues)

public android.transition.Transitionclone()

 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 android.transition.TransitionexcludeChildren(int targetId, boolean exclude)

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public android.graphics.RectgetEpicenter()

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

 throw new RuntimeException("Stub!"); 
public android.animation.TimeInterpolatorgetInterpolator()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetName()

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

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

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

 throw new RuntimeException("Stub!"); 
public java.util.ListgetTargetIds()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetTargetNames()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetTargetTypes()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetTargets()

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

 throw new RuntimeException("Stub!"); 
public android.transition.TransitionValuesgetTransitionValues(android.view.View view, boolean start)

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidsetMatchOrder(int matches)

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

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

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

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");