Home
last modified time | relevance | path

Searched refs:nextChildIndex (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java204 int nextChildIndex = direction == View.FOCUS_UP ? focusedChildIndex - 1 in focusFind() local
206 if (nextChildIndex < 0 || nextChildIndex >= getChildCount()) { in focusFind()
209 View nextChild = getChildAt(nextChildIndex); in focusFind()