CameraAnimator
abstract class CameraAnimator<out T>(evaluator: TypeEvaluator<T>, cameraAnimatorOptions: CameraAnimatorOptions<out T>) : ValueAnimator
Content copied to clipboard
Base generic class for all camera animators.
Constructors
CameraAnimator
Link copied to clipboard
fun <out T> CameraAnimator(evaluator: TypeEvaluator<T>, cameraAnimatorOptions: CameraAnimatorOptions<out T>)
Content copied to clipboard
Types
Functions
addListener
Link copied to clipboard
Add an animator listener
addPauseListener
Link copied to clipboard
addUpdateListener
Link copied to clipboard
override fun addUpdateListener(listener: ValueAnimator.AnimatorUpdateListener?)
Content copied to clipboard
Add an animator update listener
cancel
Link copied to clipboard
override fun cancel()
Content copied to clipboard
Cancels the animation. Unlike end(), cancel() causes the animation to stop in its tracks, sending an Animator.AnimatorListener.onAnimationCancel(Animator) to its listeners, followed by an Animator.AnimatorListener.onAnimationEnd(Animator) message.
clone
Link copied to clipboard
getAnimatedFraction
Link copied to clipboard
getAnimatedValue
Link copied to clipboard
getCurrentPlayTime
Link copied to clipboard
getDuration
Link copied to clipboard
getInterpolator
Link copied to clipboard
getListeners
Link copied to clipboard
getRepeatCount
Link copied to clipboard
getRepeatMode
Link copied to clipboard
getStartDelay
Link copied to clipboard
getTotalDuration
Link copied to clipboard
getValues
Link copied to clipboard
removeAllListeners
Link copied to clipboard
override fun removeAllListeners()
Content copied to clipboard
Remove all animator listeners
removeAllUpdateListeners
Link copied to clipboard
override fun removeAllUpdateListeners()
Content copied to clipboard
Remove all update listeners
removeListener
Link copied to clipboard
Remove an animator listener
removePauseListener
Link copied to clipboard
removeUpdateListener
Link copied to clipboard
override fun removeUpdateListener(listener: ValueAnimator.AnimatorUpdateListener?)
Content copied to clipboard
Remove an animator update listener
setCurrentFraction
Link copied to clipboard
setCurrentPlayTime
Link copied to clipboard
setDuration
Link copied to clipboard
setEvaluator
Link copied to clipboard
Set the animator evaluator
setFloatValues
Link copied to clipboard
setInterpolator
Link copied to clipboard
setIntValues
Link copied to clipboard
setObjectValues
Link copied to clipboard
Set the animator object values
setRepeatCount
Link copied to clipboard
setRepeatMode
Link copied to clipboard
setStartDelay
Link copied to clipboard
setupEndValues
Link copied to clipboard
open fun setupEndValues()
Content copied to clipboard
setupStartValues
Link copied to clipboard
open fun setupStartValues()
Content copied to clipboard
setValues
Link copied to clipboard
Properties
startValue
Link copied to clipboard
Start animation value, will use current map value option from CameraOptions if null.
type
Link copied to clipboard