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

  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
Animation.java 83 int elapse = (int) (currentTimeMillis - mStartTime); local
84 float x = Utils.clamp((float) elapse / mDuration, 0f, 1f);
87 if (elapse >= mDuration) mStartTime = NO_ANIMATION;
  /development/tools/idegen/
index-gen.sh 59 elapse=$(($end - $start))
60 echo "Took ${elapse}ms"
  /packages/apps/Email/src/com/android/email/
StopWatch.java 55 long elapse = now - mLastSplit; local
56 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") split(" + label + ") " + elapse);
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
PersistentConnectionTest.java 82 void elapse(long milliSeconds) { method in class:PersistentConnectionTest.MyConnection
221 conn.elapse(5000);
260 conn.elapse(7500);
329 conn.elapse(1000);
  /external/lzma/CPP/Windows/
Window.h 269 UINT_PTR SetTimer(UINT_PTR idEvent, UINT elapse, TIMERPROC timerFunc = 0)
270 { return ::SetTimer(_window, idEvent, elapse, timerFunc); }
  /prebuilts/go/darwin-x86/src/time/
sleep.go 146 // After waits for the duration to elapse and then sends the current time
156 // AfterFunc waits for the duration to elapse and then calls f
  /prebuilts/go/linux-x86/src/time/
sleep.go 146 // After waits for the duration to elapse and then sends the current time
156 // AfterFunc waits for the duration to elapse and then calls f

Completed in 134 milliseconds