Searched refs:mThumbsBar (Results 1 – 2 of 2) sorted by relevance
66 final ThumbsBar mThumbsBar; field in PlaybackTransportRowPresenter.ViewHolder173 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 …]
96 mNumbThumbs = mViewHolder.mThumbsBar.getChildCount(); in setUp()146 mViewHolder.mThumbsBar, start + mNumbThumbs / 2 - mViewHolder.mThumbHeroIndex, in verifyAtHeroIndex()