Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DPlaybackTransportRowPresenter.java66 final ThumbsBar mThumbsBar; field in PlaybackTransportRowPresenter.ViewHolder
173 final int totalNum = mThumbsBar.getChildCount(); in updateThumbsInSeek()
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()
224 mThumbsBar.setThumbBitmap(childIndex, null); in updateThumbsInSeek()
228 mThumbsBar.setThumbBitmap(childIndex, null); in updateThumbsInSeek()
236 int childIndex = index - (mThumbHeroIndex - mThumbsBar.getChildCount() / 2);
237 if (childIndex < 0 || childIndex >= mThumbsBar.getChildCount()) {
[all …]
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DPlaybackTransportRowPresenterTest.java96 mNumbThumbs = mViewHolder.mThumbsBar.getChildCount(); in setUp()
146 mViewHolder.mThumbsBar, start + mNumbThumbs / 2 - mViewHolder.mThumbHeroIndex, in verifyAtHeroIndex()