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

  /external/replicaisland/src/com/replica/replicaisland/
SpriteAnimation.java 52 float cycleTime = animationTime;
54 cycleTime = animationTime % length;
57 if (cycleTime < length) {
62 int index = Arrays.binarySearch(mFrameStartTimes, cycleTime);
71 if (currentTime > cycleTime) {
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 40 // For every cycleTime period, we dump the stack of the thread.
45 int cycleTime;
77 public synchronized void addWatchEntry(Thread thread, int cycleTime) {
80 e.cycleTime = cycleTime;
81 int firstDelay = 1 + mRandom.nextInt(cycleTime);
111 entry.wakeTime += entry.cycleTime;
  /external/chromium_org/tools/page_cycler/database/
head.js 86 * @param {!number} cycleTime The running time of the test cycle.
88 function testComplete(cycleTime) {
119 elapsedTime = cycleTime;
  /external/chromium_org/tools/page_cycler/indexed_db/
head.js 86 * @param {!number} cycleTime The running time of the test cycle.
88 function testComplete(cycleTime) {
119 elapsedTime = cycleTime;

Completed in 95 milliseconds