Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java1326 final int appCount = apps.size(); in removeItems() local
1327 for (int i = 0; i < appCount; i++) { in removeItems()
1452 final int appCount = apps.size(); in updateShortcuts() local
1453 for (int k=0; k<appCount; k++) { in updateShortcuts()