Searched refs:anchorViewIndex (Results 1 – 2 of 2) sorted by relevance
256 state.anchorViewIndex = state.visibleChildren.size(); in initAlgorithmState()359 for (int i = algorithmState.anchorViewIndex; i < childCount; i++) { in updatePositionsForState()364 for (int i = algorithmState.anchorViewIndex - 1; i >= 0; i--) { in updatePositionsForState()406 ambientState.getSectionProvider(), algorithmState.anchorViewIndex, i, in updateChild()480 int anchorViewIndex,485 if (childNeedsGapHeight(sectionProvider, anchorViewIndex, visibleIndex, child,505 int anchorViewIndex,513 needsGapHeight &= visibleIndex != anchorViewIndex;759 public int anchorViewIndex; field in StackScrollAlgorithm.StackScrollAlgorithmState
153 public void setAnchorViewIndex(int anchorViewIndex) { in setAnchorViewIndex() argument154 mAnchorViewIndex = anchorViewIndex; in setAnchorViewIndex()