Home
last modified time | relevance | path

Searched refs:BitmapState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DBitmapDrawable.java87 private BitmapState mBitmapState;
112 mBitmapState = new BitmapState((Bitmap) null); in BitmapDrawable()
125 mBitmapState = new BitmapState((Bitmap) null); in BitmapDrawable()
136 this(new BitmapState(bitmap), null); in BitmapDrawable()
144 this(new BitmapState(bitmap), res); in BitmapDrawable()
155 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null); in BitmapDrawable()
166 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null); in BitmapDrawable()
180 this(new BitmapState(BitmapFactory.decodeStream(is)), null); in BitmapDrawable()
191 this(new BitmapState(BitmapFactory.decodeStream(is)), null); in BitmapDrawable()
427 final BitmapState state = mBitmapState; in setTileModeXY()
[all …]
/frameworks/base/
Dpreloaded-classes721 android.graphics.drawable.BitmapDrawable$BitmapState