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

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
DrawIdler.java 29 void onStateChanged(DrawIdler idler, int newState);
  /frameworks/base/core/java/android/os/
MessageQueue.java 387 final IdleHandler idler = mPendingIdleHandlers[i]; local
392 keep = idler.queueIdle();
399 mIdleHandlers.remove(idler);
  /frameworks/base/core/java/android/app/
Instrumentation.java 325 mMessageQueue.addIdleHandler(new Idler(recipient));
336 Idler idler = new Idler(null); local
337 mMessageQueue.addIdleHandler(idler);
339 idler.waitForIdle();
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java 350 // until the idler connects and says we're idle
462 // Later, when the idler signals that the activity is idle, start a task to cache
558 public void onStateChanged(DrawIdler idler, int newState) {
566 LogUtils.i(LOG_TAG, "Resuming caching, pos=%s idler=%s", mCachePos, idler);
    [all...]

Completed in 131 milliseconds