File
Doc
Category
Size
Date
Package
ChangeTransform.java
API Doc
Android 5.1 API
1209
Sat Mar 14 14:09:38 GMT 2015
android.transition
ChangeTransform
java.lang.Object
android.transition.Transition
public class ChangeTransform extends android.transition.Transition
Fields Summary
Constructors Summary
public ChangeTransform
()
throw new RuntimeException("Stub!");
public ChangeTransform
(
android.content.Context
context,
android.util.AttributeSet
attrs)
throw new RuntimeException("Stub!");
Methods Summary
public void
captureEndValues
(
android.transition.TransitionValues
transitionValues)
throw new RuntimeException("Stub!");
public void
captureStartValues
(
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!");
public
boolean
getReparent
()
throw new RuntimeException("Stub!");
public
boolean
getReparentWithOverlay
()
throw new RuntimeException("Stub!");
public
java.lang.String
[]
getTransitionProperties
()
throw new RuntimeException("Stub!");
public void
setReparent
(
boolean
reparent)
throw new RuntimeException("Stub!");
public void
setReparentWithOverlay
(
boolean
reparentWithOverlay)
throw new RuntimeException("Stub!");
Java Code Source