Searched refs:firstVisibleChildIndex (Results 1 – 1 of 1) sorted by relevance
363 int firstVisibleChildIndex = getFirstVisibleChildIndex(); in updateInputLogo() local364 if (firstVisibleChildIndex == -1) { in updateInputLogo()367 View childView = getChildAt(firstVisibleChildIndex); in updateInputLogo()371 for (int i = firstVisibleChildIndex + 1; i < childCount; i++) { in updateInputLogo()