Home
last modified time | relevance | path

Searched defs:bitmapDrawable (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DBitmapDrawableTest.java78 BitmapDrawable bitmapDrawable = new BitmapDrawable(); in testConstructor() local
113 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testAccessGravity() local
129 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testAccessMipMap() local
140 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testSetAntiAlias() local
153 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testSetFilterBitmap() local
166 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testIsFilterBitmap() local
182 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testSetDither() local
196 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testAccessTileMode() local
236 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testGetChangingConfigurations() local
255 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testSetAlpha() local
[all …]
DThemedDrawableTest.java152 BitmapDrawable bitmapDrawable = (BitmapDrawable) d.getDrawable(0); in testLayerDrawable() local
DLayerDrawableTest.java52 Drawable bitmapDrawable = new BitmapDrawable(); in testConstructor() local
127 Drawable bitmapDrawable = new BitmapDrawable(); in testFindDrawableByLayerId() local
209 Drawable bitmapDrawable = new BitmapDrawable(); in testAccessDrawable() local
433 BitmapDrawable bitmapDrawable = new BitmapDrawable(); in testGetChangingConfigurations() local
/cts/tests/tests/text/src/android/text/style/cts/
DImageSpanTest.java93 BitmapDrawable bitmapDrawable = (BitmapDrawable) drawable; in testGetDrawable() local