Lines Matching refs:Timeline
9 * Its main interest is that it handles the tween/timeline life-cycles for you,
17 * @see Timeline
27 * particular tween or timeline. This mode is activated by default. The
39 * particular tween or timeline. This mode is activated by default. If it
40 * is not enabled, add a tween or timeline to any manager won't start it
55 * Adds a tween or timeline to the manager and starts or restarts it.
147 * last update call. Each tween or timeline manages its local time, and adds
175 * timeline. Note that a timeline only counts for 1 object, since it
222 else cnt += getTweensCount(((Timeline)obj).getChildren());
231 if (obj instanceof Timeline) {
232 cnt += 1 + getTimelinesCount(((Timeline)obj).getChildren());