MCPcopy Create free account

hub / github.com/billdawson/ti-android-animation / types & classes

Types & classes13 in github.com/billdawson/ti-android-animation

ClassAndroidAnimation
This is the module itself. In your Javascript code you won't use the name `AndroidAnimation` itself, but instead set a variable to the result of `requ
src/com/billdawson/timodules/animation/AndroidAnimation.java:242
ClassAnimationUtils
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:43
ClassAnimatorSet_
@since 1.0
src/com/billdawson/timodules/animation/AnimatorSet_.java:27
ClassAnimator_
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:32
EnumAxis
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:48
ClassObjectAnimatorFactory
You do not use this class directly. It is what is returned by [module.objectAnimator](@ref AndroidAnimation#getObjectAnimator) and contains the `ofInt
src/com/billdawson/timodules/animation/ObjectAnimatorFactory.java:30
ClassObjectAnimator_
Use this to animate native View properties when faced with any of these circumstances: - The View property which you wish to animate cannot be animat
src/com/billdawson/timodules/animation/ObjectAnimator_.java:124
EnumObjectType
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:44
EnumPlayOrder
src/com/billdawson/timodules/animation/AnimatorSet_.java:30
EnumPropertyDataType
src/com/billdawson/timodules/animation/ObjectAnimator_.java:36
ClassViewPropertyAnimatorFactory
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimatorFactory.java:26
ClassViewPropertyAnimator_
Provides a fluent interface to quickly and easily animate several properties of an Android View. When animating a view, you should attempt to use thi
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:70
ClassViewWrapper
\internal Wraps a view so that certain property getters/setters that don't really exist (such as "backgroundColor") can be animated. @author Bill Daw
src/com/billdawson/timodules/animation/views/ViewWrapper.java:37