FileDocCategorySizeDatePackage
ChangeTransform.javaAPI DocAndroid 5.1 API1209Sat Mar 14 14:09:38 GMT 2015android.transition

ChangeTransform.java

package android.transition;
public class ChangeTransform
  extends android.transition.Transition
{
public  ChangeTransform() { throw new RuntimeException("Stub!"); }
public  ChangeTransform(android.content.Context context, android.util.AttributeSet attrs) { throw new RuntimeException("Stub!"); }
public  boolean getReparentWithOverlay() { throw new RuntimeException("Stub!"); }
public  void setReparentWithOverlay(boolean reparentWithOverlay) { throw new RuntimeException("Stub!"); }
public  boolean getReparent() { throw new RuntimeException("Stub!"); }
public  void setReparent(boolean reparent) { throw new RuntimeException("Stub!"); }
public  java.lang.String[] getTransitionProperties() { 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  android.animation.Animator createAnimator(android.view.ViewGroup sceneRoot, android.transition.TransitionValues startValues, android.transition.TransitionValues endValues) { throw new RuntimeException("Stub!"); }
}