Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DPlaybackTransportRowPresenter.java177 final int heroChildIndex = totalNum / 2; in updateThumbsInSeek() local
197 mThumbsBar.setThumbBitmap(heroChildIndex + (i - thumbHeroIndex), in updateThumbsInSeek()
198 mThumbsBar.getThumbBitmap(heroChildIndex + (i - mThumbHeroIndex))); in updateThumbsInSeek()
205 mThumbsBar.setThumbBitmap(heroChildIndex + (i - thumbHeroIndex), in updateThumbsInSeek()
206 mThumbsBar.getThumbBitmap(heroChildIndex + (i - mThumbHeroIndex))); in updateThumbsInSeek()
222 for (int childIndex = 0; childIndex < heroChildIndex - mThumbHeroIndex + start; in updateThumbsInSeek()
226 for (int childIndex = heroChildIndex + end - mThumbHeroIndex + 1; in updateThumbsInSeek()