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

  /frameworks/base/native/android/
choreographer.cpp 40 nsecs_t dueTime;
45 return dueTime > rhs.dueTime;
119 if (callback.dueTime <= now) {
135 if (mCallbacks.top().dueTime <= now) {
153 while (!mCallbacks.empty() && mCallbacks.top().dueTime < now) {
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java 95 long dueTime = now + UPLOAD_TILE_LIMIT;
96 while (now < dueTime && !deque.isEmpty()) {
  /frameworks/base/core/java/android/view/
Choreographer.java 409 final long dueTime = now + delayMillis;
410 mCallbackQueues[callbackType].addCallbackLocked(dueTime, action, token);
412 if (dueTime <= now) {
418 mHandler.sendMessageAtTime(msg, dueTime);
721 + ", latencyMillis=" + (SystemClock.uptimeMillis() - c.dueTime));
765 private CallbackRecord obtainCallbackLocked(long dueTime, Object action, Object token) {
773 callback.dueTime = dueTime;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 93 milliseconds