Lines Matching full:set
31 * Macros used to set cubic-bezier anim parameter.
40 * LV_ANIM_SET_EASE_IN_SINE(&a); //Set cubic-bezier anim parameter to easeInSine
93 * Second parameter is the value to set.
139 …int32_t act_time; /**< Ms elapsed since animation started. Set to negative…
148 /* Animation system use these - user shouldn't set */
176 * Set a variable to animate
183 * Set a function to animate `var`
192 * Set the duration of an animation
199 * Set a delay before starting the animation
232 * Set the start and end values of an animation
250 * Set the path (curve) of the animation.
252 * @param path_cb a function to set the current value of the animation.
257 * Set a function call when the animation really starts (considering `delay`)
264 * Set a function to use the current value of the variable and make start and end value
272 * Set a function call when the animation is completed
279 * Set a function call when the animation is deleted.
312 * Set a delay before repeating the animation.
319 * Set a whether the animation's should be applied immediately or only when the delay expired.
327 * Set the custom user data field of the animation.
334 * Set parameter for cubic bezier path
504 * @return the current value to set
511 * @return the current value to set
518 * @return the current value to set
525 * @return the current value to set
532 * @return the current value to set
539 * @return the current value to set
545 * (Set end value on the end of the animation)
547 * @return the current value to set
554 * @return the current value to set