HomeSort by relevance Sort by last modified time
    Searched refs:Timeline (Results 1 - 17 of 17) sorted by null

  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
Timeline.java 8 * A Timeline can be used to create complex animations made of sequences and
27 * Timeline.createSequence()
46 public final class Timeline extends BaseTween<Timeline> {
51 private static final Pool.Callback<Timeline> poolCallback = new Pool.Callback<Timeline>() {
52 @Override public void onPool(Timeline obj) {obj.reset();}
53 @Override public void onUnPool(Timeline obj) {obj.reset();}
56 static final Pool<Timeline> pool = new Pool<Timeline>(10, poolCallback)
    [all...]
TweenManager.java 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())
    [all...]
  /frameworks/av/include/media/nbaio/
NBLog.h 86 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
88 class Timeline : public RefBase {
91 Timeline(size_t size, void *shared = NULL);
92 virtual ~Timeline();
95 // Input parameter 'size' is the desired size of the timeline in byte units.
118 // Input parameter 'size' is the desired size of the timeline in byte units.
119 // The size of the shared memory must be at least Timeline::sharedSize(size).
177 // Input parameter 'size' is the desired size of the timeline in byte units.
178 // The size of the shared memory must be at least Timeline::sharedSize(size).
  /external/skia/include/animator/
SkAnimator.h 433 /** \class Timeline
434 Returns current time to animator. To return a custom timeline, create a child
437 class Timeline {
439 virtual ~Timeline() {}
449 void setTimeline(const Timeline& );
  /frameworks/av/media/libnbaio/
NBLog.cpp 51 NBLog::Timeline::Timeline(size_t size, void *shared)
58 NBLog::Timeline::~Timeline()
68 size_t NBLog::Timeline::sharedSize(size_t size)
  /frameworks/av/services/medialog/
MediaLogService.cpp 35 shared->size() < NBLog::Timeline::sharedSize(size)) {
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
History.md 62 * Add Animation.timeline getter
76 var myAnimation = document.timeline.play(myEffect);
84 var myAnimation = document.timeline.play(myEffect);
90 * Allow `timeline.play()` to be called with no arguments
105 * Rename Timeline.getAnimationPlayers to Timeline.getAnimations.
  /external/skia/src/animator/
SkAnimateMaker.h 119 const SkAnimator::Timeline* fTimeline;
SkAnimateMaker.cpp 24 class DefaultTimeline : public SkAnimator::Timeline {
SkAnimator.cpp 634 void SkAnimator::setTimeline(const Timeline& timeline) {
635 fMaker->fTimeline = &timeline;
  /external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
TimelineApplet.java 4 import aurelienribon.tweenengine.Timeline;
144 String code = "Timeline.createSequence()" +
189 private Timeline timeline; field in class:TimelineApplet.MyCanvas
247 timeline = Timeline.createSequence()
262 if (rptCnt > 0 && yoyo) timeline.repeatYoyo(rptCnt, rpDelay);
263 else if (rptCnt > 0) timeline.repeat(rptCnt, rpDelay);
265 timeline.addCallback(EventType.COMPLETE, new TweenCallback() {
267 timeline = null
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_options.py 109 '(Notice: this flag cannot be used for Timeline Based Measurement '
  /system/core/libsync/tests/
sync_test.cpp 26 // C++ wrapper class for sync timeline.
128 SyncFence(const SyncTimeline &timeline,
134 int fd = sw_sync_fence_create(timeline.getFd(), name ? name : autoName.c_str(), value);
217 TEST(AllocTest, Timeline) {
218 SyncTimeline timeline; local
219 ASSERT_TRUE(timeline.isValid());
223 SyncTimeline timeline; local
224 ASSERT_TRUE(timeline.isValid());
226 SyncFence fence(timeline, 1);
231 int timeline = sw_sync_timeline_create() local
246 SyncTimeline timeline; local
275 SyncTimeline timeline; local
302 SyncTimeline timeline; local
336 SyncTimeline timeline; local
352 SyncTimeline timeline; local
379 SyncTimeline timeline; local
444 SyncTimeline timeline; local
574 const SyncTimeline& timeline = timelines[timelineOffset]; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 528 sp<IMemory> shared = mLogMemoryDealer->allocate(NBLog::Timeline::sharedSize(size));
544 shared = mLogMemoryDealer->allocate(NBLog::Timeline::sharedSize(size));
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 6575 milliseconds