Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/recyclerview/
DAllAppsRecyclerViewPool.kt33 const val PREINFLATE_ICONS_ROW_COUNT = 4 in <lambda>() constant
130 PREINFLATE_ICONS_ROW_COUNT * context.deviceProfile.numShownAllAppsColumns + in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java32 …ort static com.android.launcher3.recyclerview.AllAppsRecyclerViewPoolKt.PREINFLATE_ICONS_ROW_COUNT;
121 PREINFLATE_ICONS_ROW_COUNT * grid.numShownAllAppsColumns + EXTRA_ICONS_COUNT; in updatePoolSize()