Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DGuideUtils.java85 int nextFocusIndex = INVALID_INDEX; in findNextFocusedProgram() local
98 nextFocusIndex = i; in findNextFocusedProgram()
107 nextFocusIndex = i; in findNextFocusedProgram()
112 if (nextFocusIndex != INVALID_INDEX) { in findNextFocusedProgram()
113 return focusables.get(nextFocusIndex); in findNextFocusedProgram()