Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DStaggeredGridLayoutManager.java305 final int firstChildIndex, childLimit; in hasGapsToFix() local
310 childLimit = startChildIndex - 1; in hasGapsToFix()
313 childLimit = endChildIndex + 1; in hasGapsToFix()
315 final int nextChildDiff = firstChildIndex < childLimit ? 1 : -1; in hasGapsToFix()
316 for (int i = firstChildIndex; i != childLimit; i += nextChildDiff) { in hasGapsToFix()
329 if (i + nextChildDiff != childLimit) { in hasGapsToFix()