HomeSort by relevance Sort by last modified time
    Searched refs:Timeline (Results 1 - 15 of 15) 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...]
  /external/toolchain-utils/cros_utils/
timeline_test.py 11 import timeline
15 """Tests for the Timeline class."""
18 tl = timeline.Timeline()
26 tl = timeline.Timeline()
35 tl = timeline.Timeline()
43 tl = timeline.Timeline()
    [all...]
timeline.py 3 """Tools for recording and reporting timeline of benchmark_run."""
13 """One event on the timeline."""
20 class Timeline(object):
21 """Use a dict to store the timeline."""
  /frameworks/av/services/medialog/
MediaLogService.cpp 32 mMergerShared((NBLog::Shared*) malloc(NBLog::Timeline::sharedSize(kMergeBufferSize))),
52 shared->size() < NBLog::Timeline::sharedSize(size)) {
  /frameworks/av/media/libnbaio/include/
NBLog.h 208 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
210 class Timeline : public RefBase {
213 Timeline(size_t size, void *shared = NULL);
214 virtual ~Timeline();
217 // Input parameter 'size' is the desired size of the timeline in byte units.
240 // Input parameter 'size' is the desired size of the timeline in byte units.
241 // The size of the shared memory must be at least Timeline::sharedSize(size).
351 // Input parameter 'size' is the desired size of the timeline in byte units.
352 // The size of the shared memory must be at least Timeline::sharedSize(size).
  /frameworks/av/media/libnbaio/
NBLog.cpp 193 NBLog::Timeline::Timeline(size_t size, void *shared)
200 NBLog::Timeline::~Timeline()
210 size_t NBLog::Timeline::sharedSize(size_t size)
  /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 '
  /external/toolchain-utils/crosperf/
benchmark_run.py 15 from cros_utils import timeline
58 self.timeline = timeline.Timeline()
59 self.timeline.Record(STATUS_PENDING)
104 self.timeline.Record(STATUS_WAITING)
126 self.timeline.Record(STATUS_SUCCEEDED)
128 if self.timeline.GetLastEvent() != STATUS_FAILED:
130 self.timeline.Record(STATUS_FAILED)
135 if self.timeline.GetLastEvent() != STATUS_FAILED
    [all...]
  /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);
243 TEST(AllocTest, Timeline) {
244 SyncTimeline timeline; local
245 ASSERT_TRUE(timeline.isValid());
249 SyncTimeline timeline; local
250 ASSERT_TRUE(timeline.isValid());
252 SyncFence fence(timeline, 1);
258 int timeline = sw_sync_timeline_create() local
273 SyncTimeline timeline; local
302 SyncTimeline timeline; local
329 SyncTimeline timeline; local
369 SyncTimeline timeline; local
387 SyncTimeline timeline; local
454 SyncTimeline timeline; local
584 const SyncTimeline& timeline = timelines[timelineOffset]; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 588 sp<IMemory> shared = mLogMemoryDealer->allocate(NBLog::Timeline::sharedSize(size));
604 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 994 milliseconds