Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java363 int firstVisibleChildIndex = getFirstVisibleChildIndex(); in updateInputLogo() local
364 if (firstVisibleChildIndex == -1) { in updateInputLogo()
367 View childView = getChildAt(firstVisibleChildIndex); in updateInputLogo()
371 for (int i = firstVisibleChildIndex + 1; i < childCount; i++) { in updateInputLogo()