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