Searched refs:focusedChildIndex (Results 1 – 1 of 1) sorted by relevance
246 int focusedChildIndex = getFocusedChildIndex(); in focusFind() local247 if (focusedChildIndex == INVALID_INDEX) { in focusFind()252 direction == View.FOCUS_UP ? focusedChildIndex - 1 : focusedChildIndex + 1; in focusFind()