Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java199 int focusedChildIndex = getFocusedChildIndex(); in focusFind() local
200 if (focusedChildIndex == INVALID_INDEX) { in focusFind()
204 int nextChildIndex = direction == View.FOCUS_UP ? focusedChildIndex - 1 in focusFind()
205 : focusedChildIndex + 1; in focusFind()