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

  /external/toolchain-utils/cros_utils/
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."""
  /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...]
  /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).
  /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 277 milliseconds