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.java113 private int mPendingIconRequestCount = 0; field in IconCache
212 if (mPendingIconRequestCount <= 0) { in updateIconInBackground()
215 mPendingIconRequestCount++; in updateIconInBackground()
228 mPendingIconRequestCount--; in onIconRequestEnd()
229 if (mPendingIconRequestCount <= 0) { in onIconRequestEnd()