Home
last modified time | relevance | path

Searched refs:mPendingIconRequestCount (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java110 private int mPendingIconRequestCount = 0; field in IconCache
201 if (mPendingIconRequestCount <= 0) { in updateIconInBackground()
204 mPendingIconRequestCount++; in updateIconInBackground()
217 mPendingIconRequestCount--; in onIconRequestEnd()
218 if (mPendingIconRequestCount <= 0) { in onIconRequestEnd()