Skip navigation links
A C F G I M O R S T 

A

android.util - package android.util
 

C

captureEndValues(TransitionValues) - Method in class com.transitionseverywhere.ChangeText
 
captureEndValues(TransitionValues) - Method in class com.transitionseverywhere.Crossfade
 
captureEndValues(TransitionValues) - Method in class com.transitionseverywhere.extra.Translation
 
captureEndValues(TransitionValues) - Method in class com.transitionseverywhere.Recolor
 
captureEndValues(TransitionValues) - Method in class com.transitionseverywhere.Rotate
 
captureStartValues(TransitionValues) - Method in class com.transitionseverywhere.ChangeText
 
captureStartValues(TransitionValues) - Method in class com.transitionseverywhere.Crossfade
 
captureStartValues(TransitionValues) - Method in class com.transitionseverywhere.extra.Scale
 
captureStartValues(TransitionValues) - Method in class com.transitionseverywhere.extra.Translation
 
captureStartValues(TransitionValues) - Method in class com.transitionseverywhere.Recolor
 
captureStartValues(TransitionValues) - Method in class com.transitionseverywhere.Rotate
 
CHANGE_BEHAVIOR_IN - Static variable in class com.transitionseverywhere.ChangeText
Flag specifying that the text changing animation should fade in the end text into the affected target view(s).
CHANGE_BEHAVIOR_KEEP - Static variable in class com.transitionseverywhere.ChangeText
Flag specifying that the text in affected/changing TextView targets will keep their original text during the transition, setting it to the final text when the transition ends.
CHANGE_BEHAVIOR_OUT - Static variable in class com.transitionseverywhere.ChangeText
Flag specifying that the text changing animation should first fade out the original text completely.
CHANGE_BEHAVIOR_OUT_IN - Static variable in class com.transitionseverywhere.ChangeText
Flag specifying that the text changing animation should first fade out the original text completely and then fade in the new text.
ChangeText - Class in com.transitionseverywhere
This transition tracks changes to the text in TextView targets.
ChangeText() - Constructor for class com.transitionseverywhere.ChangeText
 
COLORDRAWABLE_COLOR - Static variable in class com.transitionseverywhere.Recolor
 
com.transitionseverywhere - package com.transitionseverywhere
 
com.transitionseverywhere.extra - package com.transitionseverywhere.extra
 
com.transitionseverywhere.utils - package com.transitionseverywhere.utils
 
createAnimator(ViewGroup, TransitionValues, TransitionValues) - Method in class com.transitionseverywhere.ChangeText
 
createAnimator(ViewGroup, TransitionValues, TransitionValues) - Method in class com.transitionseverywhere.Crossfade
 
createAnimator(ViewGroup, TransitionValues, TransitionValues) - Method in class com.transitionseverywhere.extra.Translation
 
createAnimator(ViewGroup, TransitionValues, TransitionValues) - Method in class com.transitionseverywhere.Recolor
 
createAnimator(ViewGroup, TransitionValues, TransitionValues) - Method in class com.transitionseverywhere.Rotate
 
Crossfade - Class in com.transitionseverywhere
This transition captures bitmap representations of target views before and after the scene change and fades between them.
Crossfade() - Constructor for class com.transitionseverywhere.Crossfade
 

F

FADE_BEHAVIOR_CROSSFADE - Static variable in class com.transitionseverywhere.Crossfade
Flag specifying that the fading animation should cross-fade between the old and new representation of all affected target views.
FADE_BEHAVIOR_OUT_IN - Static variable in class com.transitionseverywhere.Crossfade
Flag specifying that the fading animation should first fade out the original representation completely and then fade in the new one.
FADE_BEHAVIOR_REVEAL - Static variable in class com.transitionseverywhere.Crossfade
Flag specifying that the fading animation should reveal the new representation of all affected target views.
FloatProperty<T> - Class in android.util
Dummy class.
FloatProperty(String) - Constructor for class android.util.FloatProperty
 
FloatProperty<T> - Class in com.transitionseverywhere.utils
It's great idea to extend it for any properties that works with float fields because ObjectAnimator have optimizations for FloatProperty to avoid autoboxing.
FloatProperty() - Constructor for class com.transitionseverywhere.utils.FloatProperty
 

G

get(T) - Method in class android.util.FloatProperty
 
get(T) - Method in class android.util.IntProperty
 
get(T) - Method in class com.transitionseverywhere.utils.FloatProperty
Just default implementation.
get(T) - Method in class com.transitionseverywhere.utils.IntProperty
Just default implementation.
getChangeBehavior() - Method in class com.transitionseverywhere.ChangeText
Returns the type of changing animation that will be run.
getFadeBehavior() - Method in class com.transitionseverywhere.Crossfade
Returns the fading behavior of the animation.
getResizeBehavior() - Method in class com.transitionseverywhere.Crossfade
Returns the resizing behavior of the animation.
getTransitionProperties() - Method in class com.transitionseverywhere.ChangeText
 

I

IntProperty<T> - Class in android.util
Dummy class.
IntProperty(String) - Constructor for class android.util.IntProperty
 
IntProperty<T> - Class in com.transitionseverywhere.utils
Helper class for properties with int values.
IntProperty() - Constructor for class com.transitionseverywhere.utils.IntProperty
 

M

mergeAnimators(Animator, Animator) - Static method in class com.transitionseverywhere.utils.TransitionUtils
 

O

onAppear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class com.transitionseverywhere.extra.Scale
 
onDisappear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class com.transitionseverywhere.extra.Scale
 
optimize() - Method in class com.transitionseverywhere.utils.IntProperty
 

R

Recolor - Class in com.transitionseverywhere
This transition tracks changes during scene changes to the background property of its target views (when the background is a ColorDrawable, as well as the color of the text for target TextViews.
Recolor() - Constructor for class com.transitionseverywhere.Recolor
 
Recolor(Context, AttributeSet) - Constructor for class com.transitionseverywhere.Recolor
 
RESIZE_BEHAVIOR_NONE - Static variable in class com.transitionseverywhere.Crossfade
Flag specifying that the transition should not animate any changes in size between the old and new target views.
RESIZE_BEHAVIOR_SCALE - Static variable in class com.transitionseverywhere.Crossfade
Flag specifying that the transition should animate any changes in size between the old and new target views.
Rotate - Class in com.transitionseverywhere
This transition captures the rotation property of targets before and after the scene change and animates any changes.
Rotate() - Constructor for class com.transitionseverywhere.Rotate
 

S

Scale - Class in com.transitionseverywhere.extra
This transition tracks changes to the visibility of target views in the start and end scenes and scales views up or down.
Scale() - Constructor for class com.transitionseverywhere.extra.Scale
 
Scale(float) - Constructor for class com.transitionseverywhere.extra.Scale
 
Scale(Context, AttributeSet) - Constructor for class com.transitionseverywhere.extra.Scale
 
set(T, Float) - Method in class android.util.FloatProperty
 
set(T, Integer) - Method in class android.util.IntProperty
 
set(T, Integer) - Method in class com.transitionseverywhere.utils.IntProperty
 
setChangeBehavior(int) - Method in class com.transitionseverywhere.ChangeText
setDisappearedScale(float) - Method in class com.transitionseverywhere.extra.Scale
 
setFadeBehavior(int) - Method in class com.transitionseverywhere.Crossfade
Sets the type of fading animation that will be run, one of Crossfade.FADE_BEHAVIOR_CROSSFADE and Crossfade.FADE_BEHAVIOR_REVEAL.
setResizeBehavior(int) - Method in class com.transitionseverywhere.Crossfade
Sets the type of resizing behavior that will be used during the transition animation, one of Crossfade.RESIZE_BEHAVIOR_NONE and Crossfade.RESIZE_BEHAVIOR_SCALE.
setValue(T, float) - Method in class android.util.FloatProperty
 
setValue(T, int) - Method in class android.util.IntProperty
 
setValue(T, int) - Method in class com.transitionseverywhere.utils.IntProperty
 

T

TEXTVIEW_TEXT_COLOR - Static variable in class com.transitionseverywhere.Recolor
 
TransitionUtils - Class in com.transitionseverywhere.utils
Static utility methods for Transitions.
TransitionUtils() - Constructor for class com.transitionseverywhere.utils.TransitionUtils
 
Translation - Class in com.transitionseverywhere.extra
This transition tracks changes to the translationX and translationY of target views in the start and end scenes and animates change.
Translation() - Constructor for class com.transitionseverywhere.extra.Translation
 
Translation(Context, AttributeSet) - Constructor for class com.transitionseverywhere.extra.Translation
 
A C F G I M O R S T 
Skip navigation links