HomeSort by relevance Sort by last modified time
    Searched defs:mThumbHeroIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackTransportRowPresenter.java 77 int mThumbHeroIndex = -1;
168 if (mThumbHeroIndex == thumbHeroIndex) {
182 if (mThumbHeroIndex < 0) {
187 forward = thumbHeroIndex > mThumbHeroIndex;
188 final int oldStart = Math.max(mThumbHeroIndex - (totalNum / 2), 0);
189 final int oldEnd = Math.min(mThumbHeroIndex + (totalNum / 2),
197 mThumbsBar.getThumbBitmap(heroChildIndex + (i - mThumbHeroIndex)));
205 mThumbsBar.getThumbBitmap(heroChildIndex + (i - mThumbHeroIndex)));
209 // processing new requests with mThumbHeroIndex updated
210 mThumbHeroIndex = thumbHeroIndex
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 60 milliseconds