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

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
GlideBitmapDrawable.java 25 private BitmapState state;
28 this(res, new BitmapState(bitmap));
31 GlideBitmapDrawable(Resources res, BitmapState state) {
33 throw new NullPointerException("BitmapState must not be null");
98 Gravity.apply(BitmapState.GRAVITY, width, height, getBounds(), destRect);
129 state = new BitmapState(state);
139 static class BitmapState extends ConstantState {
149 public BitmapState(Bitmap bitmap) {
154 BitmapState(BitmapState other)
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 88 private BitmapState mBitmapState;
113 mBitmapState = new BitmapState((Bitmap) null);
126 mBitmapState = new BitmapState((Bitmap) null);
137 this(new BitmapState(bitmap), null);
145 this(new BitmapState(bitmap), res);
156 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null);
167 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null);
181 this(new BitmapState(BitmapFactory.decodeStream(is)), null);
192 this(new BitmapState(BitmapFactory.decodeStream(is)), null);
434 final BitmapState state = mBitmapState
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 364 milliseconds