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

  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
DetailsSupportFragmentBackgroundController.java 116 Bitmap mCoverBitmap;
193 if (mCoverBitmap != null && coverDrawable instanceof FitWidthBitmapDrawable) {
194 ((FitWidthBitmapDrawable) coverDrawable).setBitmap(mCoverBitmap);
428 mCoverBitmap = bitmap;
431 ((FitWidthBitmapDrawable) drawable).setBitmap(mCoverBitmap);
441 return mCoverBitmap;
DetailsFragmentBackgroundController.java 121 Bitmap mCoverBitmap;
198 if (mCoverBitmap != null && coverDrawable instanceof FitWidthBitmapDrawable) {
199 ((FitWidthBitmapDrawable) coverDrawable).setBitmap(mCoverBitmap);
433 mCoverBitmap = bitmap;
436 ((FitWidthBitmapDrawable) drawable).setBitmap(mCoverBitmap);
446 return mCoverBitmap;

Completed in 57 milliseconds