Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/recyclerview/
DAllAppsRecyclerViewPool.kt52 val preInflateCount = getPreinflateCount(context) in <lambda>()
101 for (i in 0 until minOf(viewHolders.size, getPreinflateCount(context))) { in <lambda>()
128 fun <T> getPreinflateCount(context: T): Int where T : Context, T : ActivityContext { in <lambda>() method in com.android.launcher3.recyclerview.AllAppsRecyclerViewPool