Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java114 int maxPoolSizeForAppIcons = grid.getMaxAllAppsRowCount() in updatePoolSize() local
120 maxPoolSizeForAppIcons += in updatePoolSize()
124 maxPoolSizeForAppIcons *= 2; in updatePoolSize()
127 AllAppsGridAdapter.VIEW_TYPE_ICON, maxPoolSizeForAppIcons); in updatePoolSize()