Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/billdawson/ti-android-animation
/ functions
Functions
112 in github.com/billdawson/ti-android-animation
⨍
Functions
112
◇
Types & classes
13
↓ 32 callers
Function
f
(x)
anvil/configSet/Resources/suites/view_property_animator_api.js:38
↓ 20 callers
Method
scheduleStarter
()
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:330
↓ 17 callers
Method
setDuration
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:92
↓ 16 callers
Method
animate
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimatorFactory.java:35
↓ 13 callers
Method
ofFloat
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 callers
Method
getInterpolatorValues
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:200
↓ 11 callers
Method
setStartDelay
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:236
↓ 10 callers
Function
makeWinAndView
(openCallback)
anvil/configSet/Resources/suites/listeners.js:6
↓ 10 callers
Method
start
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:131
↓ 9 callers
Method
ofInt
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 callers
Method
setIntValues
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 callers
Method
setInterpolator
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:174
↓ 8 callers
Method
toPixels
(Object value, Axis axis)
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:335
↓ 7 callers
Method
setEvaluator
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:252
↓ 7 callers
Method
setFloatValues
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 callers
Method
getTarget
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:209
↓ 6 callers
Method
setRepeatCount
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:436
↓ 6 callers
Method
setRepeatMode
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:454
↓ 6 callers
Method
withEndAction
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:699
↓ 5 callers
Method
alpha
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 callers
Method
playSequentially
@since 1.0
src/com/billdawson/timodules/animation/AnimatorSet_.java:88
↓ 5 callers
Method
playTogether
@since 1.0
src/com/billdawson/timodules/animation/AnimatorSet_.java:97
↓ 5 callers
Method
rotationBy
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:462
↓ 5 callers
Method
xBy
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 callers
Method
yBy
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 callers
Method
callListener
(String eventName)
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:645
↓ 4 callers
Method
getDuration
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:83
↓ 4 callers
Method
getInterpolator
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:165
↓ 4 callers
Method
getStartDelay
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:227
↓ 4 callers
Method
setInterpolatorValues
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:183
↓ 4 callers
Method
setTarget
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:218
↓ 4 callers
Method
translationX
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 callers
Method
cancel
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:101
↓ 3 callers
Method
getAnimator
()
src/com/billdawson/timodules/animation/Animator_.java:52
↓ 3 callers
Method
unboxFloatValues
(Object[] origValues)
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:85
↓ 2 callers
Method
alphaBy
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 callers
Method
buildAnimator
()
src/com/billdawson/timodules/animation/Animator_.java:56
↓ 2 callers
Method
buildInterpolator
(int interpolatorType, float[] interpolatorValues)
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:115
↓ 2 callers
Method
getChildAnimations
@since 1.0
src/com/billdawson/timodules/animation/AnimatorSet_.java:79
↓ 2 callers
Method
getDisplayMetrics
(View view)
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:181
↓ 2 callers
Method
getEvaluator
Gets the evaluator. @since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:243
↓ 2 callers
Method
getPropertyName
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:280
↓ 2 callers
Method
getRepeatCount
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:427
↓ 2 callers
Method
getRepeatMode
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:445
↓ 2 callers
Method
getViewPropertyAnimator
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 callers
Method
opacity
Synonymous with [alpha](@ref #alpha(float)). @since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:371
↓ 2 callers
Method
rotationXBy
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:482
↓ 2 callers
Method
rotationYBy
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:502
↓ 2 callers
Method
setAnimator
(Animator animator)
src/com/billdawson/timodules/animation/Animator_.java:48
↓ 2 callers
Method
setCommonAnimatorProperties
()
src/com/billdawson/timodules/animation/Animator_.java:58
↓ 2 callers
Method
setListener
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 callers
Method
setPropertyName
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:289
↓ 2 callers
Method
toPixels
(DisplayMetrics metrics, Object value, Axis axis)
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:188
↓ 2 callers
Method
withStartAction
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:690
↓ 1 callers
Method
buildAnimator
()
src/com/billdawson/timodules/animation/ObjectAnimator_.java:156
↓ 1 callers
Method
cancel
Cancel a running animation. @since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:316
↓ 1 callers
Method
doCancel
()
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:326
↓ 1 callers
Method
doStart
()
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:230
↓ 1 callers
Method
end
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:116
↓ 1 callers
Method
getObjectAnimator
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 callers
Method
initBackgroundReflectionValues
(ColorDrawable cd)
src/com/billdawson/timodules/animation/views/ViewWrapper.java:105
↓ 1 callers
Method
reverse
@since 1.0
src/com/billdawson/timodules/animation/ObjectAnimator_.java:261
↓ 1 callers
Method
rotation
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:452
↓ 1 callers
Method
rotationX
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:472
↓ 1 callers
Method
rotationY
@since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:492
↓ 1 callers
Method
run
()
src/com/billdawson/timodules/animation/Animator_.java:105
↓ 1 callers
Method
scaleX
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 callers
Method
scaleXBy
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 callers
Method
scaleY
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 callers
Method
scaleYBy
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 callers
Method
start
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 callers
Method
toPixels
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 callers
Method
translatePropertyName
(Object object, String tiPropertyName)
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:66
↓ 1 callers
Method
translationXBy
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 callers
Method
translationY
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 callers
Method
translationYBy
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 callers
Method
x
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 callers
Method
y
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
Method
AndroidAnimation
()
src/com/billdawson/timodules/animation/AndroidAnimation.java:464
Method
AnimationUtils
()
src/com/billdawson/timodules/animation/utils/AnimationUtils.java:63
Method
ObjectAnimator_
()
src/com/billdawson/timodules/animation/ObjectAnimator_.java:138
Method
ViewPropertyAnimatorFactory
()
src/com/billdawson/timodules/animation/views/ViewPropertyAnimatorFactory.java:28
Method
ViewPropertyAnimator_
(TiViewProxy view)
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:119
Method
ViewWrapper
(View v)
src/com/billdawson/timodules/animation/views/ViewWrapper.java:48
Method
buildAnimator
()
src/com/billdawson/timodules/animation/AnimatorSet_.java:40
Function
endAction
(e)
anvil/configSet/Resources/suites/listeners.js:138
Function
flipIt
(e)
example/flip.js:36
Method
getBackgroundColor
()
src/com/billdawson/timodules/animation/views/ViewWrapper.java:52
Method
getDuration
The duration of the animation. @return Milliseconds @since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:158
Method
getStartDelay
A delay, in milliseconds, before the animation should begin. @return Milliseconds @since 1.0
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:168
Method
isRunning
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:149
Method
isStarted
@since 1.0
src/com/billdawson/timodules/animation/Animator_.java:157
Method
onAnimationCancel
(Animator animation)
src/com/billdawson/timodules/animation/Animator_.java:244
Method
onAnimationCancel
(Animator animator)
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:667
Method
onAnimationEnd
(Animator animation)
src/com/billdawson/timodules/animation/Animator_.java:249
Method
onAnimationEnd
(Animator animator)
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:672
Method
onAnimationRepeat
(Animator animation)
src/com/billdawson/timodules/animation/Animator_.java:255
Method
onAnimationRepeat
(Animator animator)
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:677
Method
onAnimationStart
(Animator animation)
src/com/billdawson/timodules/animation/Animator_.java:260
Method
onAnimationStart
(Animator animator)
src/com/billdawson/timodules/animation/views/ViewPropertyAnimator_.java:682
next →
1–100 of 112, ranked by callers