in.arunkumarsampath.transitionx.evaluator.ArgbEvaluator
|
This evaluator can be used to perform type interpolation between integer
values that represent ARGB colors.
|
in.arunkumarsampath.transitionx.transition.set.AutoTransitionBuilder
|
Builder for building a TransitionSet
with
AutoTransition
already added.
|
in.arunkumarsampath.transitionx.transition.common.ChangeBoundsBuilder
|
Builder for ChangeBounds
|
in.arunkumarsampath.transitionx.transition.common.ChangeClipBoundsBuilder
|
Builder for ChangeClipBounds
|
in.arunkumarsampath.transitionx.transition.changecolor.ChangeColor
|
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 TextView.setTextColor
of the text for target TextViews.
If the color changes between scenes, the color change is animated.
|
in.arunkumarsampath.transitionx.transition.common.ChangeColorBuilder
|
Builder for ChangeColor
|
in.arunkumarsampath.transitionx.transition.common.ChangeImageBuilder
|
Builder for ChangeImageTransform
|
in.arunkumarsampath.transitionx.transition.common.ChangeScrollBuilder
|
Builder for ChangeScroll
|
in.arunkumarsampath.transitionx.transition.changetext.ChangeText
|
This transition tracks changes to the text in TextView targets. If the text
changes between the start and end scenes, the transition ensures that the
starting text stays until the transition ends, at which point it changes
to the end text. This is useful in situations where you want to resize a
text view to its new size before displaying the text that goes there.
|
in.arunkumarsampath.transitionx.transition.changetext.ChangeTextBehavior
|
Annotation for all possible ChangeText
animation types.
|
in.arunkumarsampath.transitionx.transition.changetext.ChangeTextBuilder
|
Builder for ChangeText
|
in.arunkumarsampath.transitionx.transition.set.DefaultTransitionSetBuilder
|
Base builder for building a TransitionSet
|
in.arunkumarsampath.transitionx.easing.Easing
|
Proxy object to scope adding inbuilt interpolators provided with the support
library.
|
in.arunkumarsampath.transitionx.transition.common.ExplodeBuilder
|
Builder for Explode
|
in.arunkumarsampath.transitionx.transition.fade.FadeBuilder
|
Builder for Fade
transition.
|
in.arunkumarsampath.transitionx.transition.fade.FadeMode
|
|
in.arunkumarsampath.transitionx.transition.slide.GravityFlag
|
|
in.arunkumarsampath.transitionx.transition.common.ScaleRotateBuilder
|
Builder for ChangeTransform
|
in.arunkumarsampath.transitionx.transition.slide.SlideBuilder
|
Builder for Slide
transition.
|
in.arunkumarsampath.transitionx.transition.TransitionBuilder
|
Builder for constructing a Transition
instance.
|
in.arunkumarsampath.transitionx.scope.TransitionBuilderMarker
|
DSL marker to allow strict compiler checks when nested lamdas are used for
constructing Transitions
|
in.arunkumarsampath.transitionx.transition.set.TransitionSetBuilder
|
TransitionBuilder
implementation for constructing TransitionSet
instances.
|
in.arunkumarsampath.transitionx.util.TransitionUtils
|
Collection of utility methods for working with transitions.
|
android.view.ViewGroup
(extensions in package in.arunkumarsampath.transitionx)
|
|