- 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
-
- captureEndValues(TransitionValues) - Method in class universum.studios.android.transition.Translate
-
- captureStartValues(TransitionValues) - Method in class universum.studios.android.transition.Scale
-
- captureStartValues(TransitionValues) - Method in class universum.studios.android.transition.Translate
-
- 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.
- configureIncomingTransitions(Activity) - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
Performs configuration of the given activity's window by attaching to it enter
and return transitions (those for shared elements including) specified for this navigational
transition.
- configureOutgoingTransitions(Activity) - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
Performs configuration of the given activity's window by attaching to it reenter
and exit transitions (those for shared elements including) specified for this navigational
transition.
- configureTransitions(Activity) - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
- 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 Animator that animates both, scale X and scale Y, properties of
the specified view.
- createAnimator(View, float, float, float, float) - Static method in class universum.studios.android.transition.Scale
-
Creates a new instance of Animator that animates both, scale X and scale Y, properties of
the specified view.
- createAnimator(Transition, View, TransitionValues, int, int, float, float, float, float) - Static method in class universum.studios.android.transition.Translate
-
Creates a new instance of Animator that animates both, translation X and translation Y, properties
of the specified view with respect to its current translation values.
- 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).
- getActivityClass() - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
Returns the class of activity specified for this navigational transition.
- 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.
- getTranslationXDelta() - Method in class universum.studios.android.transition.Translate
-
Returns the delta by which should be the target view translated/moved in the root scene along
X axis.
- getTranslationXRelativity() - Method in class universum.studios.android.transition.Translate
-
- getTranslationYDelta() - Method in class universum.studios.android.transition.Translate
-
Returns the delta by which should be the target view translated/moved in the root scene along
Y axis.
- getTranslationYRelativity() - Method in class universum.studios.android.transition.Translate
-
- getWrappedAnimator() - Method in class universum.studios.android.transition.util.AnimatorWrapper
-
Returns the animator wrapped by this wrapper.
- 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
-
Returns reenter transition for the outgoing activity.
- RELATIVE_TO_SCENE - Static variable in class universum.studios.android.transition.Translate.Description
-
Constant used to identify that
Translate.Description.value should be treated as relative
fraction to the scene root (its size) where the target view to be animated is presented.
- RELATIVE_TO_TARGET - Static variable in class universum.studios.android.transition.Translate.Description
-
Constant used to identify that
Translate.Description.value should be treated as relative
fraction to the target view (its size) to be translated.
- 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
-
- resolveDeltaX(ViewGroup, View, int, float) - Method in interface universum.studios.android.transition.Translate.DeltaResolver
-
Resolves proper delta value for translate animation along X axis for the specified parameters.
- resolveDeltaY(ViewGroup, View, int, float) - Method in interface universum.studios.android.transition.Translate.DeltaResolver
-
Resolves proper delta value for translate animation along Y axis for the specified parameters.
- 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
-
Specifies return transition to be attached to a window of an incoming activity.
- returnTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
Returns return transition for the incoming activity.
- 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
-
- 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
-
- setTranslationXDelta(float) - Method in class universum.studios.android.transition.Translate
-
Sets a delta value by which should be the target view translated/moved in or out, absolutely
or relatively, in the scene along X axis.
- setTranslationXRelativity(int) - Method in class universum.studios.android.transition.Translate
-
- setTranslationYDelta(float) - Method in class universum.studios.android.transition.Translate
-
Sets a delta value by which should be the target view translated/moved in or out, absolutely
or relatively, in the scene along Y axis.
- setTranslationYRelativity(int) - Method in class universum.studios.android.transition.Translate
-
- 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 enter transition for shared element to be attached to a window of an incoming
activity.
- sharedElementEnterTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
Returns shared element enter transition for the incoming activity.
- sharedElementExitTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
- sharedElementExitTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
Returns shared element exit transition for the outgoing activity.
- sharedElementReenterTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
- sharedElementReenterTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
Returns shared element reenter transition for the outgoing activity.
- sharedElementReturnTransition(Transition) - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
Specifies return transition for shared element to be attached to a window of an incoming
activity.
- sharedElementReturnTransition() - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
Returns shared element return transition for the incoming activity.
- 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.
- sharedElementsUseOverlay(boolean) - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
Specifies a boolean flag to be set to a window of an incoming or outgoing activity
in order to indicate whether shared elements should use overlay or not.
- sharedElementsUseOverlay() - Method in class universum.studios.android.transition.BaseNavigationalTransition
-
Returns boolean flag indicating whether shared elements should use overlay or not.
- 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
-
- start(Fragment) - Method in class universum.studios.android.transition.NavigationalTransition
-
- start(Fragment) - Method in class universum.studios.android.transition.NavigationalTransitionCompat
-
- 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
-