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

  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
ThumbsBar.java 278 setThumbBitmap(i, null);
294 public void setThumbBitmap(int index, Bitmap bitmap) {
PlaybackTransportRowPresenter.java 197 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);
    [all...]

Completed in 468 milliseconds