Skip navigation links
Android Transitions 1.0.1 Documentation
A B C D E F G H I M N O P R S U W 

A

addListener(Animator.AnimatorListener) - Method in class universum.studios.android.transition.util.AnimatorWrapper
 
addPauseListener(Animator.AnimatorPauseListener) - Method in class universum.studios.android.transition.util.AnimatorWrapper
Ignored if there are no AnimatorWrapper.PAUSE and AnimatorWrapper.RESUME features requested.
ALL - Static variable in class universum.studios.android.transition.util.AnimatorWrapper
Flag grouping all wrapper features in one.
allowEnterTransitionOverlap(boolean) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Specifies a boolean flag to be set to a window of the caller activity whenever BaseNavigationalTransition.start(Activity) is invoked.
allowEnterTransitionOverlap() - Method in class universum.studios.android.transition.BaseNavigationalTransition
 
allowReturnTransitionOverlap(boolean) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Specifies a boolean flag to be set to a window of the caller activity whenever BaseNavigationalTransition.start(Activity) is invoked.
allowReturnTransitionOverlap() - Method in class universum.studios.android.transition.BaseNavigationalTransition
 
AnimatorWrapper - Class in universum.studios.android.transition.util
A Animator implementation that may be used to wrap an instance of animator in order to 'suppress' some of its features like pausing and resuming for instance.
AnimatorWrapper(Animator) - Constructor for class universum.studios.android.transition.util.AnimatorWrapper
Creates a new instance of AnimatorWrapper to wrap the given instance of animator.
AnimatorWrapper.WrapperFeatures - Annotation Type in universum.studios.android.transition.util
Defines an annotation for determining set of allowed features for AnimatorWrapper.

B

BaseNavigationalTransition<T extends BaseNavigationalTransition> - Class in universum.studios.android.transition
BaseNavigationalTransition represents a simple wrapper around window Transitions framework to simplify and also to made transitioning between two Activities independent from the current Android version, that is, to hide such transitions implementation from the context where it is used.
BaseNavigationalTransition() - Constructor for class universum.studios.android.transition.BaseNavigationalTransition
Creates a new instance of NavigationalTransition without transition activity class.
BaseNavigationalTransition(Class<? extends Activity>) - Constructor for class universum.studios.android.transition.BaseNavigationalTransition
Creates a new instance of NavigationalTransition with the specified class of transition activity.
BasicWindowTransition - Class in universum.studios.android.transition
Basic implementation of WindowTransition that may be used to create basic instances of window transitions to animate window changes.
BasicWindowTransition(int, int) - Constructor for class universum.studios.android.transition.BasicWindowTransition
BasicWindowTransition(int, int, int, int) - Constructor for class universum.studios.android.transition.BasicWindowTransition
BasicWindowTransition(int, int, int, int, String) - Constructor for class universum.studios.android.transition.BasicWindowTransition
Creates a new instance of BasicWindowTransition with the specified animations and name.
BasicWindowTransition(Parcel) - Constructor for class universum.studios.android.transition.BasicWindowTransition
Called form BasicWindowTransition.CREATOR to create an instance of WindowTransition form the given parcel source.

C

calculateRadius(View) - Static method in class universum.studios.android.transition.Reveal
Same as Reveal.calculateRadius(float, float) where width and height of the given view will be used for radius calculation.
calculateRadius(float, float) - Static method in class universum.studios.android.transition.Reveal
Calculates the radius of the specified width and height dimension for purpose of circular reveal animation.
CANCEL - Static variable in class universum.studios.android.transition.util.AnimatorWrapper
Flag for indicating to the animator wrapper that it should support CANCEL feature for its wrapped animator.
cancel() - Method in class universum.studios.android.transition.util.AnimatorWrapper
Ignored if there are no AnimatorWrapper.START and AnimatorWrapper.CANCEL features requested.
CONCEAL - Static variable in class universum.studios.android.transition.Reveal
Mode to indicate that Reveal transition should play conceal animation, that is to 'downscale' the animating circle of an animating view from its initial size to a smaller one.
configureTransitions(Activity) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Attaches all transitions, including those for shared elements, specified for this navigational transition to a window of the specified activity via one of Window#set...Transition(...) methods.
configureTransitionsOverlapping(Activity) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Specifies a boolean flags for a window of the specified activity determining whether an enter or return transition can overlap or not based on the requested values for this navigational transition.
createAnimator(View, float, float) - Static method in class universum.studios.android.transition.Reveal
Same as Reveal.createAnimator(View, int, int, float, float) where the center coordinates will be automatically resolved using the given view.
createAnimator(View, int, int, float, float) - Static method in class universum.studios.android.transition.Reveal
Creates a new instance of circular reveal Animator for the specified view.
createAnimator(View, float, float) - Static method in class universum.studios.android.transition.Scale
Creates a new instance of scale Animator for the specified view.
createIntent(Activity) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Creates an intent that can be used to start activity for which is this transition created.
CREATOR - Static variable in class universum.studios.android.transition.BasicWindowTransition
Creator used to create an instance or array of instances of BasicWindowTransition from Parcel.
CROSS_FADE - Static variable in class universum.studios.android.transition.WindowTransitions
Transition that may be used to fade a new incoming window into the screen and an outgoing (the current one) will be faded out of the screen.
CROSS_FADE_AND_HOLD - Static variable in class universum.studios.android.transition.WindowTransitions
Like CROSS_FADE but this will hold an outgoing window still and only a new incoming window will be animated (same when playing back animations).

D

describeContents() - Method in class universum.studios.android.transition.BasicWindowTransition
 

E

END - Static variable in class universum.studios.android.transition.util.AnimatorWrapper
Flag for indicating to the animator wrapper that it should support END feature for its wrapped animator.
end() - Method in class universum.studios.android.transition.util.AnimatorWrapper
Ignored if there are no AnimatorWrapper.START and AnimatorWrapper.END features requested.
enterTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Specifies a transition to be attached to a window of the caller activity whenever BaseNavigationalTransition.start(Activity) is invoked.
enterTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
 
exitTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Specifies a transition to be attached to a window of the caller activity whenever BaseNavigationalTransition.start(Activity) is invoked.
exitTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
 
ExtraWindowTransitions - Class in universum.studios.android.transition
Factory providing extra WindowTransitions.

F

finish(Activity) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Finishes the given caller activity in order to run its exit transitions.
finish(Fragment) - Method in class universum.studios.android.transition.NavigationalTransition
Finishes host activity of the given caller fragment in order to run its exit transitions.
finish(Fragment) - Method in class universum.studios.android.transition.NavigationalTransitionCompat
Finishes host activity of the given caller fragment in order to run its exit transitions.
finishCaller(Activity) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Finishes the specified caller activity either via Activity.finishAfterTransition() or via Activity.finish() depending on the current API capabilities.
finishCallerDelayed(Activity, long) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Like BaseNavigationalTransition.finishCaller(Activity) but this will postpone the finishing by the requested delay.

G

getAppearVisibility() - Method in class universum.studios.android.transition.Reveal
Returns the visibility flag that will be set to a revealing view whenever this transition is requested to create an appear animator.
getCenterGravity() - Method in class universum.studios.android.transition.Reveal
Returns the gravity flags that will be used to resolve center for animating circle of the reveal animation.
getCenterHorizontalOffset() - Method in class universum.studios.android.transition.Reveal
Returns the offset for the center x coordinate for animating circle of the reveal animation.
getCenterVerticalOffset() - Method in class universum.studios.android.transition.Reveal
Returns the offset for the center y coordinate for animating circle of the reveal animation.
getCenterX() - Method in class universum.studios.android.transition.Reveal
Returns the x coordinate of the center for animating circle of the reveal animation.
getCenterXFraction() - Method in class universum.studios.android.transition.Reveal
Returns the fraction of the center x coordinate.
getCenterY() - Method in class universum.studios.android.transition.Reveal
Returns the y coordinate of the center for animating circle of the reveal animation.
getCenterYFraction() - Method in class universum.studios.android.transition.Reveal
Returns the fraction of the center y coordinate.
getDisappearVisibility() - Method in class universum.studios.android.transition.Reveal
Returns the visibility flag that will be set to a revealing view whenever this transition is requested to created a disappear animator.
getDuration() - Method in class universum.studios.android.transition.util.AnimatorWrapper
 
getEndRadius() - Method in class universum.studios.android.transition.Reveal
Returns the end radius for animating circle of the reveal animation.
getEndVisibility() - Method in class universum.studios.android.transition.Reveal
Returns the visibility flag that will be set to a revealing view whenever this transition ends.
getFinishEnterAnimation() - Method in class universum.studios.android.transition.BasicWindowTransition
 
getFinishEnterAnimation() - Method in interface universum.studios.android.transition.WindowTransition
Returns the animation resource for an old entering/resuming window used in WindowTransition.overrideFinish(Activity) as enter animation.
getFinishExitAnimation() - Method in class universum.studios.android.transition.BasicWindowTransition
 
getFinishExitAnimation() - Method in interface universum.studios.android.transition.WindowTransition
Returns the animation resource for the current exiting/finishing window used in WindowTransition.overrideFinish(Activity) as exit animation.
getInterpolator() - Method in class universum.studios.android.transition.util.AnimatorWrapper
 
getListeners() - Method in class universum.studios.android.transition.util.AnimatorWrapper
 
getMode() - Method in class universum.studios.android.transition.Reveal
Returns the reveal mode of this transition.
getName() - Method in class universum.studios.android.transition.BasicWindowTransition
 
getName() - Method in interface universum.studios.android.transition.WindowTransition
Returns the name of this window transition.
getPivotX() - Method in class universum.studios.android.transition.Scale
Returns the x coordinate for pivot of the scale animation.
getPivotXFraction() - Method in class universum.studios.android.transition.Scale
Returns the fraction of the pivot x coordinate.
getPivotY() - Method in class universum.studios.android.transition.Scale
Returns the y coordinate for pivot of the scale animation.
getPivotYFraction() - Method in class universum.studios.android.transition.Scale
Returns the fraction of the pivot y coordinate.
getStartDelay() - Method in class universum.studios.android.transition.util.AnimatorWrapper
 
getStartEnterAnimation() - Method in class universum.studios.android.transition.BasicWindowTransition
 
getStartEnterAnimation() - Method in interface universum.studios.android.transition.WindowTransition
Returns the animation resource for a new entering/starting window used in WindowTransition.overrideStart(Activity) as enter animation.
getStartExitAnimation() - Method in class universum.studios.android.transition.BasicWindowTransition
 
getStartExitAnimation() - Method in interface universum.studios.android.transition.WindowTransition
Returns the animation resource for the current exiting/pausing window used in WindowTransition.overrideStart(Activity) as exit animation.
getStartRadius() - Method in class universum.studios.android.transition.Reveal
Returns the start radius for animating circle of the reveal animation.
getStartVisibility() - Method in class universum.studios.android.transition.Reveal
Returns the visibility flag that will be set to a revealing view whenever this transition (its animation) starts.

H

hasFeature(int) - Method in class universum.studios.android.transition.util.AnimatorWrapper
Checks whether the specified feature has been requested for this wrapper or not.

I

inflateTransition(Context, int) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Inflates a new instance of Transition from the specified resource.
inflateTransitionManager(Context, int, ViewGroup) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Inflates a new instance of TransitionManager from the specified resource.
intentExtras(Bundle) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Specifies a bundle with extras for the transition activity.
intentExtras() - Method in class universum.studios.android.transition.BaseNavigationalTransition
Returns the bundle with extras for the transition activity.
isPaused() - Method in class universum.studios.android.transition.util.AnimatorWrapper
 
isRunning() - Method in class universum.studios.android.transition.util.AnimatorWrapper
 
isStarted() - Method in class universum.studios.android.transition.util.AnimatorWrapper
 

M

makeSceneTransitionAnimation(Activity) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Creates a new instance of ActivityOptions for the specified caller activity.
mAnimator - Variable in class universum.studios.android.transition.util.AnimatorWrapper
Wrapped animator instance.
MATERIAL_SUPPORT - Static variable in class universum.studios.android.transition.BaseNavigationalTransition
Boolean flag indicating whether the current Android device can run Material Design like navigational transition (i.
mClassOfTransitionActivity - Variable in class universum.studios.android.transition.BaseNavigationalTransition
Class of activity that should be started as new Intent whenever this navigational transition is started via BaseNavigationalTransition.start(Activity).

N

NavigationalTransition - Class in universum.studios.android.transition
A BaseNavigationalTransition implementation that may be used also from a context of framework's Fragment.
NavigationalTransition() - Constructor for class universum.studios.android.transition.NavigationalTransition
Creates a new instance of NavigationalTransition without transition activity.
NavigationalTransition(Class<? extends Activity>) - Constructor for class universum.studios.android.transition.NavigationalTransition
Creates a new instance of NavigationalTransition with the specified classOfTransitionActivity.
NavigationalTransitionCompat - Class in universum.studios.android.transition
A BaseNavigationalTransition implementation that may be used also from a context of support Fragment.
NavigationalTransitionCompat() - Constructor for class universum.studios.android.transition.NavigationalTransitionCompat
Creates a new instance of NavigationalTransitionCompat without transition activity.
NavigationalTransitionCompat(Class<? extends Activity>) - Constructor for class universum.studios.android.transition.NavigationalTransitionCompat
Creates a new instance of NavigationalTransitionCompat with the specified classOfTransitionActivity.
NO_ANIMATION - Static variable in interface universum.studios.android.transition.WindowTransition
Constant used to identify no animation resource provided by window transition.
NONE - Static variable in class universum.studios.android.transition.WindowTransitions
Transition that may be used to change two windows without any animation.

O

onAppear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class universum.studios.android.transition.Reveal
 
onAppear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class universum.studios.android.transition.Scale
 
onDisappear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class universum.studios.android.transition.Reveal
 
onDisappear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class universum.studios.android.transition.Scale
 
onFinish(Activity) - Method in class universum.studios.android.transition.BaseNavigationalTransition
onFinish(Fragment) - Method in class universum.studios.android.transition.NavigationalTransition
Invoked whenever NavigationalTransition.finish(Fragment) is called.
onFinish(Fragment) - Method in class universum.studios.android.transition.NavigationalTransitionCompat
onFinishCaller(Activity) - Method in class universum.studios.android.transition.BaseNavigationalTransition
onStart(Activity) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Invoked whenever BaseNavigationalTransition.start(Activity) is called.
onStart(Fragment) - Method in class universum.studios.android.transition.NavigationalTransition
Invoked whenever NavigationalTransition.start(Fragment) is called.
onStart(Fragment) - Method in class universum.studios.android.transition.NavigationalTransitionCompat
overrideFinish(Activity) - Method in class universum.studios.android.transition.BasicWindowTransition
 
overrideFinish(Activity) - Method in interface universum.studios.android.transition.WindowTransition
Overrides pending transitions of the specified activity using WindowTransition.getFinishEnterAnimation() and WindowTransition.getFinishExitAnimation() animations specified for this window transition.
overrideStart(Activity) - Method in class universum.studios.android.transition.BasicWindowTransition
 
overrideStart(Activity) - Method in interface universum.studios.android.transition.WindowTransition
Overrides pending transitions of the specified activity using WindowTransition.getStartEnterAnimation() and WindowTransition.getStartExitAnimation() animations specified for this window transition.

P

PAUSE - Static variable in class universum.studios.android.transition.util.AnimatorWrapper
Flag for indicating to the animator wrapper that it should support PAUSE feature for its wrapped animator.
pause() - Method in class universum.studios.android.transition.util.AnimatorWrapper
Ignored if there is no AnimatorWrapper.PAUSE feature requested.
PROPERTY_SCALE_X - Static variable in class universum.studios.android.transition.Scale
Name of the view's property used to scale size of a specific view along its x axis.
PROPERTY_SCALE_Y - Static variable in class universum.studios.android.transition.Scale
Name of the view's property used to scale size of a specific view along its y axis.

R

RC_NONE - Static variable in class universum.studios.android.transition.BaseNavigationalTransition
Flag determining that no request code has been specified for a specific navigational transition.
reenterTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Specifies a transition to be attached to a window of the caller activity whenever BaseNavigationalTransition.start(Activity) is invoked.
reenterTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
 
removeAllListeners() - Method in class universum.studios.android.transition.util.AnimatorWrapper
 
removeFeature(int) - Method in class universum.studios.android.transition.util.AnimatorWrapper
Removes the specified feature from the registered ones.
removeListener(Animator.AnimatorListener) - Method in class universum.studios.android.transition.util.AnimatorWrapper
 
removePauseListener(Animator.AnimatorPauseListener) - Method in class universum.studios.android.transition.util.AnimatorWrapper
 
requestCode(int) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Specifies a request code that should be used to start activity specific for this navigational transition for result.
requestCode() - Method in class universum.studios.android.transition.BaseNavigationalTransition
Returns the request code specified via BaseNavigationalTransition.requestCode(int).
requestFeature(int) - Method in class universum.studios.android.transition.util.AnimatorWrapper
Adds the specified feature to the registered ones.
requestFeatures(int) - Method in class universum.studios.android.transition.util.AnimatorWrapper
Specifies set of features for this wrapper.
resolveCenter(View) - Static method in class universum.studios.android.transition.Reveal
Same as Reveal.resolveCenter(View, float, float) with fraction 0.5 for booth center coordinates.
resolveCenter(View, float, float) - Static method in class universum.studios.android.transition.Reveal
Resolves the center of the specified view based on its current width and height according to the requested fractions.
resolveCenterPosition(View) - Static method in class universum.studios.android.transition.Reveal
Same as Reveal.resolveCenterPosition(View, float, float) with fraction 0.5 for booth center coordinates.
resolveCenterPosition(View, float, float) - Static method in class universum.studios.android.transition.Reveal
Like Reveal.resolveCenter(View, float, float) this method will resolve center of the specified view based on its current width and height but also takes into count its current x and y coordinate.
RESUME - Static variable in class universum.studios.android.transition.util.AnimatorWrapper
Flag for indicating to the animator wrapper that it should support RESUME feature for its wrapped animator.
resume() - Method in class universum.studios.android.transition.util.AnimatorWrapper
Ignored if there are no AnimatorWrapper.PAUSE and AnimatorWrapper.RESUME features requested.
returnTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Specifies a transition to be attached to a window of the caller activity whenever BaseNavigationalTransition.start(Activity) is invoked.
returnTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
 
Reveal - Class in universum.studios.android.transition
A Visibility transition implementation that tracks changes to the visibility of target views in the start and end scenes and reveals or conceals views in the scene.
Reveal() - Constructor for class universum.studios.android.transition.Reveal
Reveal(int) - Constructor for class universum.studios.android.transition.Reveal
Creates a new instance of Reveal transition with the specified mode.
Reveal(Context, AttributeSet) - Constructor for class universum.studios.android.transition.Reveal
Creates a new instance of Reveal transition with animation property values set from the specified attrs.
REVEAL - Static variable in class universum.studios.android.transition.Reveal
Mode to indicate that Reveal transition should play reveal animation, that is to 'upscale' the animating circle of an animating view from its initial size to a larger one.
Reveal.RevealMode - Annotation Type in universum.studios.android.transition
Defines an annotation for determining set of allowed modes for Reveal transition.

S

Scale - Class in universum.studios.android.transition
A Visibility transition implementation that tracks changes to the visibility of target views in the start and end scenes and scales up or down views in the scene.
Scale() - Constructor for class universum.studios.android.transition.Scale
Same as Scale.Scale(int) with both Visibility.MODE_IN and Visibility.MODE_OUT modes combined.
Scale(int) - Constructor for class universum.studios.android.transition.Scale
Creates a new instance of Scale transition with the specified mode.
Scale(Context, AttributeSet) - Constructor for class universum.studios.android.transition.Scale
Creates a new instance of Scale transition with animation property values set from the specified attrs.
Scale.ScaleMode - Annotation Type in universum.studios.android.transition
Defines an annotation for determining set of allowed modes for Scale transition.
setAppearVisibility(int) - Method in class universum.studios.android.transition.Reveal
Sets a visibility flag that should be set to a revealing view whenever this transition has been requested to create an appear animator via Reveal.onAppear(ViewGroup, View, TransitionValues, TransitionValues).
setCenterGravity(Integer) - Method in class universum.studios.android.transition.Reveal
Sets a gravity flags that should be used to resolve center for animating circle of the reveal animation.
setCenterHorizontalOffset(int) - Method in class universum.studios.android.transition.Reveal
Sets an offset for the center x coordinate for animating circle of the reveal animation.
setCenterVerticalOffset(int) - Method in class universum.studios.android.transition.Reveal
Sets an offset for the center y coordinate for animating circle of the reveal animation.
setCenterX(Float) - Method in class universum.studios.android.transition.Reveal
Sets a center x coordinate for animating circle of the reveal animation.
setCenterXFraction(float) - Method in class universum.studios.android.transition.Reveal
Sets a fraction for the center x coordinate.
setCenterY(Float) - Method in class universum.studios.android.transition.Reveal
Sets a center y coordinate for animating circle of the reveal animation.
setCenterYFraction(float) - Method in class universum.studios.android.transition.Reveal
Sets a fraction for the center y coordinate.
setDisappearVisibility(int) - Method in class universum.studios.android.transition.Reveal
Sets a visibility flag that should be set to a revealing view whenever this transition has been requested to create a disappear animator via Reveal.onDisappear(ViewGroup, View, TransitionValues, TransitionValues).
setDuration(long) - Method in class universum.studios.android.transition.util.AnimatorWrapper
 
setEndRadius(Float) - Method in class universum.studios.android.transition.Reveal
Sets an end radius for animating circle of the reveal animation.
setEndVisibility(int) - Method in class universum.studios.android.transition.Reveal
Sets a visibility flag that should be set to a revealing view whenever this transition (its animation) ends.
setInterpolator(TimeInterpolator) - Method in class universum.studios.android.transition.util.AnimatorWrapper
 
setMode(int) - Method in class universum.studios.android.transition.Reveal
Sets a mode in which should this transition run.
setPivotX(Float) - Method in class universum.studios.android.transition.Scale
Sets a pivot x coordinate for scale animation.
setPivotXFraction(float) - Method in class universum.studios.android.transition.Scale
Sets a fraction for the pivot x coordinate.
setPivotY(Float) - Method in class universum.studios.android.transition.Scale
Sets a pivot y coordinate for scale animation.
setPivotYFraction(float) - Method in class universum.studios.android.transition.Scale
Sets a fraction for the pivot y coordinate.
setStartDelay(long) - Method in class universum.studios.android.transition.util.AnimatorWrapper
 
setStartRadius(Float) - Method in class universum.studios.android.transition.Reveal
Sets a start radius for animating circle of the reveal animation.
setStartVisibility(int) - Method in class universum.studios.android.transition.Reveal
Sets a visibility flag that should be set to a revealing view whenever this transition starts.
setTarget(Object) - Method in class universum.studios.android.transition.util.AnimatorWrapper
 
sharedElement(View, String) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Adds shared element that should be transferred to the transitioning (called) activity via ActivityOptions as Bundle.
sharedElementEnterTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Specifies a transition for shared element to be attached to a window of the caller activity whenever BaseNavigationalTransition.start(Activity) is invoked.
sharedElementEnterTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
 
sharedElementExitTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Specifies a transition for shared element to be attached to a window of the caller activity whenever BaseNavigationalTransition.start(Activity) is invoked.
sharedElementExitTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
 
sharedElementReenterTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Specifies a transition for shared element to be attached to a window of the caller activity whenever BaseNavigationalTransition.start(Activity) is invoked.
sharedElementReenterTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
 
sharedElementReturnTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Specifies a transition for shared element to be attached to a window of the caller activity whenever BaseNavigationalTransition.start(Activity) is invoked.
sharedElementReturnTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
 
sharedElements(Pair<View, String>...) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Bulk method for adding shared element pairs into this navigational transition.
sharedElements() - Method in class universum.studios.android.transition.BaseNavigationalTransition
Returns a list of all shared elements specified for this navigational transition.
singleSharedElement() - Method in class universum.studios.android.transition.BaseNavigationalTransition
Returns the single shared element at the 0 position among the current shared elements.
SLIDE_TO_BOTTOM - Static variable in class universum.studios.android.transition.WindowTransitions
Transition that may be used to slide a new incoming window into the screen from the top and an outgoing (the current one) will be slided out of the screen to the bottom.
SLIDE_TO_BOTTOM_AND_HOLD - Static variable in class universum.studios.android.transition.ExtraWindowTransitions
Like SLIDE_TO_BOTTOM but this transition will hold an outgoing window still and only a new incoming window will be animated (same when playing back animations).
SLIDE_TO_BOTTOM_AND_SCALE_OUT - Static variable in class universum.studios.android.transition.WindowTransitions
Transition that may be used to slide a new incoming window into the screen from the top and an outgoing (the current one) will be scaled out (with fade) out of the screen to its background.
SLIDE_TO_LEFT - Static variable in class universum.studios.android.transition.WindowTransitions
Transition that may be used to slide a new incoming window into the screen from the right and an outgoing (the current one) will be slided out of the screen to the left.
SLIDE_TO_LEFT_AND_HOLD - Static variable in class universum.studios.android.transition.ExtraWindowTransitions
Like SLIDE_TO_LEFT but this transition will hold an outgoing window still and only a new incoming window will be animated (same when playing back animations).
SLIDE_TO_LEFT_AND_SCALE_OUT - Static variable in class universum.studios.android.transition.WindowTransitions
Transition that may be used to slide a new incoming window into the screen from the right and an outgoing (the current one) will be scaled out (with fade) out of the screen to its background.
SLIDE_TO_RIGHT - Static variable in class universum.studios.android.transition.WindowTransitions
Transition that may be used to slide a new incoming window into the screen from the left and an outgoing (the current one) will be slided out of the screen to the right.
SLIDE_TO_RIGHT_AND_HOLD - Static variable in class universum.studios.android.transition.ExtraWindowTransitions
Like SLIDE_TO_RIGHT but this transition will hold an outgoing window still and only a new incoming window will be animated (same when playing back animations).
SLIDE_TO_RIGHT_AND_SCALE_OUT - Static variable in class universum.studios.android.transition.WindowTransitions
Transition that may be used to slide a new incoming window into the screen from the left and an outgoing (the current one) will be scaled out (with fade) out of the screen to its background.
SLIDE_TO_TOP - Static variable in class universum.studios.android.transition.WindowTransitions
Transition that may be used to slide a new incoming window into the screen from the bottom and an outgoing (the current one) will be slided out of the screen to the top.
SLIDE_TO_TOP_AND_HOLD - Static variable in class universum.studios.android.transition.ExtraWindowTransitions
Like SLIDE_TO_TOP but this transition will hold an outgoing window still and only a new incoming window will be animated (same when playing back animations).
SLIDE_TO_TOP_AND_SCALE_OUT - Static variable in class universum.studios.android.transition.WindowTransitions
Transition that may be used to slide a new incoming window into the screen from the bottom and an outgoing (the current one) will be scaled out (with fade) out of the screen to its background.
start(Activity) - Method in class universum.studios.android.transition.BaseNavigationalTransition
Starts this navigational transition using the given caller activity with all transitions and shared elements specified for this navigational transition.
start(Fragment) - Method in class universum.studios.android.transition.NavigationalTransition
Starts this navigational transition using the given caller fragment with all transitions specified for this navigational transition.
start(Fragment) - Method in class universum.studios.android.transition.NavigationalTransitionCompat
Starts this navigational transition using the given caller fragment with all transitions specified for this navigational transition.
START - Static variable in class universum.studios.android.transition.util.AnimatorWrapper
Flag for indicating to the animator wrapper that it should support START feature for its wrapped animator.
start() - Method in class universum.studios.android.transition.util.AnimatorWrapper
Ignored if there is no AnimatorWrapper.START feature requested.

U

universum.studios.android.transition - package universum.studios.android.transition
Provides a group of common transitions that may be used to animate UI components from one scene to another one or to transition from one screen to another one.
universum.studios.android.transition.util - package universum.studios.android.transition.util
Provides utility classes that may be used when using transitions framework.

W

WindowTransition - Interface in universum.studios.android.transition
WindowTransition provides a foursome of animation resources that may be used to override default activity window transitions via WindowTransition.overrideStart(Activity) and WindowTransition.overrideFinish(Activity).
WindowTransitions - Class in universum.studios.android.transition
Factory providing common WindowTransitions.
writeToParcel(Parcel, int) - Method in class universum.studios.android.transition.BasicWindowTransition
 
A B C D E F G H I M N O P R S U W 
Skip navigation links
Android Transitions 1.0.1 Documentation