Searched refs:setThumbBitmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DThumbsBar.java278 setThumbBitmap(i, null);
294 public void setThumbBitmap(int index, Bitmap bitmap) { method in class:ThumbsBar
H A DPlaybackTransportRowPresenter.java197 mThumbsBar.setThumbBitmap(heroChildIndex + (i - thumbHeroIndex),
205 mThumbsBar.setThumbBitmap(heroChildIndex + (i - thumbHeroIndex),
224 mThumbsBar.setThumbBitmap(childIndex, null);
228 mThumbsBar.setThumbBitmap(childIndex, null);
240 mThumbsBar.setThumbBitmap(childIndex, bitmap);

Completed in 67 milliseconds