Searched refs:lastVisibleIndex (Results 1 – 2 of 2) sorted by relevance
546 int lastVisibleIndex = maxAllowedVisibleChildren - 1;547 int firstOverflowIndex = lastVisibleIndex + 1;597 } else if (expandFactor == 1.0f && i <= lastVisibleIndex) {
2199 final int lastVisibleIndex = mGrid != null ? mGrid.getLastVisibleIndex() : NO_POSITION; in onLayoutChildren() local2217 if (scrollToFocus && (firstVisibleIndex < 0 || mFocusPosition > lastVisibleIndex in onLayoutChildren()2222 endPos = lastVisibleIndex; in onLayoutChildren()