Searched refs:focusedChildIndex (Results 1 – 1 of 1) sorted by relevance
199 int focusedChildIndex = getFocusedChildIndex(); in focusFind() local200 if (focusedChildIndex == INVALID_INDEX) { in focusFind()204 int nextChildIndex = direction == View.FOCUS_UP ? focusedChildIndex - 1 in focusFind()205 : focusedChildIndex + 1; in focusFind()