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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DetailsFragmentBackgroundController.java 118 Bitmap mCoverBitmap;
195 if (mCoverBitmap != null && coverDrawable instanceof FitWidthBitmapDrawable) {
196 ((FitWidthBitmapDrawable) coverDrawable).setBitmap(mCoverBitmap);
430 mCoverBitmap = bitmap;
433 ((FitWidthBitmapDrawable) drawable).setBitmap(mCoverBitmap);
443 return mCoverBitmap;
DetailsSupportFragmentBackgroundController.java 115 Bitmap mCoverBitmap;
192 if (mCoverBitmap != null && coverDrawable instanceof FitWidthBitmapDrawable) {
193 ((FitWidthBitmapDrawable) coverDrawable).setBitmap(mCoverBitmap);
427 mCoverBitmap = bitmap;
430 ((FitWidthBitmapDrawable) drawable).setBitmap(mCoverBitmap);
440 return mCoverBitmap;
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 56 milliseconds