Searched refs:idler (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DDrawIdler.java29 void onStateChanged(DrawIdler idler, int newState); argument
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java345 // until the idler connects and says we're idle
455 // Later, when the idler signals that the activity is idle, start a task to cache
551 public void onStateChanged(DrawIdler idler, int newState) { argument
559 LogUtils.i(LOG_TAG, "Resuming caching, pos=%s idler=%s", mCachePos, idler);
832 public void onStateChanged(DrawIdler idler, int newState) { argument
834 mUnderlyingCursor.onStateChanged(idler, newState);

Completed in 43 milliseconds