MCPcopy Create free account

hub / github.com/billdawson/ti-android-animation / functions

Functions112 in github.com/billdawson/ti-android-animation

↓ 32 callersFunctionf
(x)
anvil/configSet/Resources/suites/view_property_animator_api.js:38
↓ 20 callersMethodscheduleStarter
()
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:330
↓ 17 callersMethodsetDuration
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:92
↓ 16 callersMethodanimate
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimatorFactory.java:35
↓ 13 callersMethodofFloat
Get an [ObjectAnimator](@ref ObjectAnimator_) instance prepared to animate a float property of the passed object. @param object Object (likely a view
src/com/billdawson/timodules/animation/ObjectAnimatorFactory.java:49
↓ 12 callersMethodgetInterpolatorValues
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:200
↓ 11 callersMethodsetStartDelay
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:236
↓ 10 callersFunctionmakeWinAndView
(openCallback)
anvil/configSet/Resources/suites/listeners.js:6
↓ 10 callersMethodstart
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:131
↓ 9 callersMethodofInt
Get an [ObjectAnimator](@ref ObjectAnimator_) instance prepared to animate an integer property of the passed object. @param object Object (likely a
src/com/billdawson/timodules/animation/ObjectAnimatorFactory.java:75
↓ 9 callersMethodsetIntValues
If you are animating a property whose data type is `int`, you may use this setter method to animate between one or more values. However, it's preferre
src/com/billdawson/timodules/animation/ObjectAnimator_.java:323
↓ 9 callersMethodsetInterpolator
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:174
↓ 8 callersMethodtoPixels
(Object value, Axis axis)
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:335
↓ 7 callersMethodsetEvaluator
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:252
↓ 7 callersMethodsetFloatValues
If you are animating a property whose data type is `float`, you may use this setter method to animate between one or more values. However, it's prefer
src/com/billdawson/timodules/animation/ObjectAnimator_.java:408
↓ 6 callersMethodgetTarget
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:209
↓ 6 callersMethodsetRepeatCount
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:436
↓ 6 callersMethodsetRepeatMode
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:454
↓ 6 callersMethodwithEndAction
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:699
↓ 5 callersMethodalpha
Animate the alpha (opacity) of the view to the given value. @param value The value to be animated to. @returns This instance (for method chaining). @s
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:346
↓ 5 callersMethodplaySequentially
@since 1.0
src/com/billdawson/timodules/animation/AnimatorSet_.java:88
↓ 5 callersMethodplayTogether
@since 1.0
src/com/billdawson/timodules/animation/AnimatorSet_.java:97
↓ 5 callersMethodrotationBy
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:462
↓ 5 callersMethodxBy
Animate the view's [native "x" value](http://developer.android.com/reference/android/view/View.html#setX%28float%29) by the given value. @param value
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:411
↓ 5 callersMethodyBy
Animate the view's [native "y" value](http://developer.android.com/reference/android/view/View.html#setY%28float%29) by the given value. @param value
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:442
↓ 4 callersMethodcallListener
(String eventName)
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:645
↓ 4 callersMethodgetDuration
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:83
↓ 4 callersMethodgetInterpolator
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:165
↓ 4 callersMethodgetStartDelay
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:227
↓ 4 callersMethodsetInterpolatorValues
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:183
↓ 4 callersMethodsetTarget
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:218
↓ 4 callersMethodtranslationX
Animate the view's [native "translationX" value](http://developer.android.com/reference/android/view/View.html#setTranslationX%28float%29) to the give
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:517
↓ 3 callersMethodcancel
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:101
↓ 3 callersMethodgetAnimator
()
src/com/billdawson/timodules/animation/Animator_.java:52
↓ 3 callersMethodunboxFloatValues
(Object[] origValues)
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:85
↓ 2 callersMethodalphaBy
Animate the alpha (opacity) of the view by the given value. @param value The value to be animated by, as an offset of the current value. @return This
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:360
↓ 2 callersMethodbuildAnimator
()
src/com/billdawson/timodules/animation/Animator_.java:56
↓ 2 callersMethodbuildInterpolator
(int interpolatorType, float[] interpolatorValues)
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:115
↓ 2 callersMethodgetChildAnimations
@since 1.0
src/com/billdawson/timodules/animation/AnimatorSet_.java:79
↓ 2 callersMethodgetDisplayMetrics
(View view)
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:181
↓ 2 callersMethodgetEvaluator
Gets the evaluator. @since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:243
↓ 2 callersMethodgetPropertyName
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:280
↓ 2 callersMethodgetRepeatCount
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:427
↓ 2 callersMethodgetRepeatMode
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:445
↓ 2 callersMethodgetViewPropertyAnimator
Returns a factory for the [ViewPropertyAnimator](@ref views.ViewPropertyAnimator_), from which you can call `animate` to instantiate a `ViewPropertyAn
src/com/billdawson/timodules/animation/AndroidAnimation.java:495
↓ 2 callersMethodopacity
Synonymous with [alpha](@ref #alpha(float)). @since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:371
↓ 2 callersMethodrotationXBy
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:482
↓ 2 callersMethodrotationYBy
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:502
↓ 2 callersMethodsetAnimator
(Animator animator)
src/com/billdawson/timodules/animation/Animator_.java:48
↓ 2 callersMethodsetCommonAnimatorProperties
()
src/com/billdawson/timodules/animation/Animator_.java:58
↓ 2 callersMethodsetListener
A function (callback) to be called when the animation starts, ends or is canceled. As an alternative to this, see [withStartAction](@ref withStartAct
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:639
↓ 2 callersMethodsetPropertyName
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:289
↓ 2 callersMethodtoPixels
(DisplayMetrics metrics, Object value, Axis axis)
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:188
↓ 2 callersMethodwithStartAction
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:690
↓ 1 callersMethodbuildAnimator
()
src/com/billdawson/timodules/animation/ObjectAnimator_.java:156
↓ 1 callersMethodcancel
Cancel a running animation. @since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:316
↓ 1 callersMethoddoCancel
()
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:326
↓ 1 callersMethoddoStart
()
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:230
↓ 1 callersMethodend
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:116
↓ 1 callersMethodgetObjectAnimator
Returns a factory for the [ObjectAnimator](@ref ObjectAnimator_), from which you can call `ofInt` or `ofFloat` to instantiate an `ObjectAnimator`. Th
src/com/billdawson/timodules/animation/AndroidAnimation.java:478
↓ 1 callersMethodinitBackgroundReflectionValues
(ColorDrawable cd)
src/com/billdawson/timodules/animation/views/ViewWrapper.java:105
↓ 1 callersMethodreverse
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:261
↓ 1 callersMethodrotation
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:452
↓ 1 callersMethodrotationX
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:472
↓ 1 callersMethodrotationY
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:492
↓ 1 callersMethodrun
()
src/com/billdawson/timodules/animation/Animator_.java:105
↓ 1 callersMethodscaleX
Animate the view's [native "scaleX" value](http://developer.android.com/reference/android/view/View.html#setScaleX%28float%29) to the given value. @pa
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:578
↓ 1 callersMethodscaleXBy
Animate the view's [native "scaleX" value](http://developer.android.com/reference/android/view/View.html#setScaleX%28float%29) by the given value. @p
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:592
↓ 1 callersMethodscaleY
Animate the view's [native "scaleY" value](http://developer.android.com/reference/android/view/View.html#setScaleY%28float%29) to the given value. @pa
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:606
↓ 1 callersMethodscaleYBy
Animate the view's [native "scaleY" value](http://developer.android.com/reference/android/view/View.html#setScaleX%28float%29) by the given value. @p
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:620
↓ 1 callersMethodstart
Start the animation. You probably rarely call this since the animations start automatically. @since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:219
↓ 1 callersMethodtoPixels
Converts dips, sips, etc. into pixels, taking density into account. Useful when animating using the [ObjectAnimator](@ref ObjectAnimator_], which does
src/com/billdawson/timodules/animation/AndroidAnimation.java:519
↓ 1 callersMethodtranslatePropertyName
(Object object, String tiPropertyName)
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:66
↓ 1 callersMethodtranslationXBy
Animate the view's [native "translationX" value](http://developer.android.com/reference/android/view/View.html#setTranslationX%28float%29) by the giv
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:533
↓ 1 callersMethodtranslationY
Animate the view's [native "translationY" value](http://developer.android.com/reference/android/view/View.html#setTranslationY%28float%29) to the give
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:548
↓ 1 callersMethodtranslationYBy
Animate the view's [native "translationY" value](http://developer.android.com/reference/android/view/View.html#setTranslationY%28float%29) by the giv
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:564
↓ 1 callersMethodx
Animate the view's [native "x" value](http://developer.android.com/reference/android/view/View.html#setX%28float%29) to the given value. @param value
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:395
↓ 1 callersMethody
Animate the view's [native "y" value](http://developer.android.com/reference/android/view/View.html#setY%28float%29) to the given value. @param value
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:426
MethodAndroidAnimation
()
src/com/billdawson/timodules/animation/AndroidAnimation.java:464
MethodAnimationUtils
()
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:63
MethodObjectAnimator_
()
src/com/billdawson/timodules/animation/ObjectAnimator_.java:138
MethodViewPropertyAnimatorFactory
()
src/com/billdawson/timodules/animation/views/ViewPropertyAnimatorFactory.java:28
MethodViewPropertyAnimator_
(TiViewProxy view)
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:119
MethodViewWrapper
(View v)
src/com/billdawson/timodules/animation/views/ViewWrapper.java:48
MethodbuildAnimator
()
src/com/billdawson/timodules/animation/AnimatorSet_.java:40
FunctionendAction
(e)
anvil/configSet/Resources/suites/listeners.js:138
FunctionflipIt
(e)
example/flip.js:36
MethodgetBackgroundColor
()
src/com/billdawson/timodules/animation/views/ViewWrapper.java:52
MethodgetDuration
The duration of the animation. @return Milliseconds @since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:158
MethodgetStartDelay
A delay, in milliseconds, before the animation should begin. @return Milliseconds @since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:168
MethodisRunning
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:149
MethodisStarted
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:157
MethodonAnimationCancel
(Animator animation)
src/com/billdawson/timodules/animation/Animator_.java:244
MethodonAnimationCancel
(Animator animator)
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:667
MethodonAnimationEnd
(Animator animation)
src/com/billdawson/timodules/animation/Animator_.java:249
MethodonAnimationEnd
(Animator animator)
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:672
MethodonAnimationRepeat
(Animator animation)
src/com/billdawson/timodules/animation/Animator_.java:255
MethodonAnimationRepeat
(Animator animator)
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:677
MethodonAnimationStart
(Animator animation)
src/com/billdawson/timodules/animation/Animator_.java:260
MethodonAnimationStart
(Animator animator)
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:682
next →1–100 of 112, ranked by callers