Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppGridActivity.java288 int statsSize = stats.size(); in getMostRecentApps() local
289 int itemCount = Math.min(mColumnNumber, statsSize); in getMostRecentApps()
290 while (itemsAdded < itemCount && currentIndex < statsSize) { in getMostRecentApps()