Home | History | Annotate | Download | only in animation

Lines Matching defs:animation

17 package android.animation;
27 * ValueAnimators. This approach ensures that the setting of animation values will happen on the
108 * time *after* traversals are done, as opposed to the animation frame timing, which is
109 * before any traversals. This timing can be used to adjust the start time of an animation
110 * when expensive traversals create big delta between the animation frame timing and the time
111 * that animation is first shown on screen.
113 * Note this should only be called when the animation has already registered to receive
114 * animation frame callbacks. This callback will be guaranteed to happen *after* the next
115 * animation frame callback.
273 * Callbacks that receives notifications for animation timing and frame commit timing.
277 * Run animation based on the frame time.
280 * @return if the animation has finished.
286 * traversals happen, as opposed to the normal animation frame time that is before
288 * animation starts. When traversals take a long time to complete, the rendering of the
290 * animation is set before the traversal, by the time of next frame, a lot of time would
291 * have passed since startTime was set, the animation will consequently skip a few frames