Searched refs:getPreinflateCount (Results 1 – 1 of 1) sorted by relevance
52 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