File
Doc
Category
Size
Date
Package
ChangeBounds.java
API Doc
Android 5.1 API
1114
Sat Mar 14 14:09:42 GMT 2015
android.transition
ChangeBounds
java.lang.Object
android.transition.Transition
public class ChangeBounds extends android.transition.Transition
Fields Summary
Constructors Summary
public ChangeBounds
()
throw new RuntimeException("Stub!");
public ChangeBounds
(
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
getResizeClip
()
throw new RuntimeException("Stub!");
public
java.lang.String
[]
getTransitionProperties
()
throw new RuntimeException("Stub!");
public void
setReparent
(
boolean
reparent)
throw new RuntimeException("Stub!");
public void
setResizeClip
(
boolean
resizeClip)
throw new RuntimeException("Stub!");
Java Code Source