Searched refs:nextChildIndex (Results 1 – 1 of 1) sorted by relevance
204 int nextChildIndex = direction == View.FOCUS_UP ? focusedChildIndex - 1 in focusFind() local206 if (nextChildIndex < 0 || nextChildIndex >= getChildCount()) { in focusFind()209 View nextChild = getChildAt(nextChildIndex); in focusFind()