Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DBitmapDrawable.java88 private BitmapState mBitmapState;
113 mBitmapState = new BitmapState((Bitmap) null); in BitmapDrawable()
126 mBitmapState = new BitmapState((Bitmap) null); in BitmapDrawable()
137 this(new BitmapState(bitmap), null); in BitmapDrawable()
145 this(new BitmapState(bitmap), res); in BitmapDrawable()
156 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null); in BitmapDrawable()
167 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null); in BitmapDrawable()
181 this(new BitmapState(BitmapFactory.decodeStream(is)), null); in BitmapDrawable()
192 this(new BitmapState(BitmapFactory.decodeStream(is)), null); in BitmapDrawable()
434 final BitmapState state = mBitmapState; in setTileModeXY()
[all …]
/frameworks/base/
Dpreloaded-classes905 android.graphics.drawable.BitmapDrawable$BitmapState
Dcompiled-classes-phone1300 android.graphics.drawable.BitmapDrawable$BitmapState