Searched refs:firstFullyVisibleChildIndex (Results 1 – 1 of 1) sorted by relevance
451 int firstFullyVisibleChildIndex = getFirstFullyVisibleChildIndex(); in onAddFocusables() local452 if (firstFullyVisibleChildIndex == -1) { in onAddFocusables()459 View firstFullyVisibleChild = getChildAt(firstFullyVisibleChildIndex); in onAddFocusables()462 int firstFocusableChildIndex = firstFullyVisibleChildIndex; in onAddFocusables()624 int firstFullyVisibleChildIndex = getFirstFullyVisibleChildIndex(); in getFirstFullyVisibleChild() local626 if (firstFullyVisibleChildIndex != -1) { in getFirstFullyVisibleChild()627 firstChild = getChildAt(firstFullyVisibleChildIndex); in getFirstFullyVisibleChild()713 int firstFullyVisibleChildIndex = getFirstFullyVisibleChildIndex(); in settleScrollForFling() local714 if (firstFullyVisibleChildIndex != -1) { in settleScrollForFling()715 int scrollPosition = getPosition(getChildAt(firstFullyVisibleChildIndex)); in settleScrollForFling()