Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DGuideUtils.java66 int focusRangeRight, in findNextFocusedProgram() argument
90 if (focusableRect.left <= focusRangeLeft && focusRangeRight <= focusableRect.right) { in findNextFocusedProgram()
94 && focusableRect.right <= focusRangeRight) { in findNextFocusedProgram()
104 ? focusRangeRight - focusableRect.left in findNextFocusedProgram()