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.java246 int focusedChildIndex = getFocusedChildIndex(); in focusFind() local
247 if (focusedChildIndex == INVALID_INDEX) { in focusFind()
252 direction == View.FOCUS_UP ? focusedChildIndex - 1 : focusedChildIndex + 1; in focusFind()