- calculateRadius(View) - Static method in class universum.studios.android.transition.Reveal
-
- 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
-
- 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
-
- 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).
- 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
-
- getFinishExitAnimation() - Method in class universum.studios.android.transition.BasicWindowTransition
-
- getFinishExitAnimation() - Method in interface universum.studios.android.transition.WindowTransition
-
- 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
-
- getStartExitAnimation() - Method in class universum.studios.android.transition.BasicWindowTransition
-
- getStartExitAnimation() - Method in interface universum.studios.android.transition.WindowTransition
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- resolveCenterPosition(View, float, float) - Static method in class universum.studios.android.transition.Reveal
-
- 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
-
- returnTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
- 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.
- 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
-
- 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
-
- 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
-
- sharedElementEnterTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
- sharedElementExitTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
- sharedElementExitTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
- sharedElementReenterTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
- sharedElementReenterTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
- sharedElementReturnTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
- 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
-