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

  /frameworks/support/leanback/src/main/java/androidx/leanback/graphics/
FitWidthBitmapDrawable.java 73 BitmapState mBitmapState;
77 mBitmapState = new BitmapState();
81 mBitmapState = state;
86 return mBitmapState;
92 mBitmapState = new BitmapState(mBitmapState);
102 mBitmapState.mBitmap = bitmap;
104 mBitmapState.mDefaultSource.set(0, 0, bitmap.getWidth(), bitmap.getHeight());
106 mBitmapState.mDefaultSource.set(0, 0, 0, 0);
108 mBitmapState.mSource = null
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 91 private BitmapState mBitmapState;
173 If the exception happened on decode, mBitmapState.mBitmap will be null.
177 if (mBitmapState.mBitmap == null) {
206 If the exception happened on decode, mBitmapState.mBitmap will be null.
210 if (mBitmapState.mBitmap == null) {
220 return mBitmapState.mPaint;
227 return mBitmapState.mBitmap;
231 final Bitmap bitmap = mBitmapState.mBitmap;
242 if (mBitmapState.mBitmap != bitmap) {
243 mBitmapState.mBitmap = bitmap
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 72 milliseconds