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.java62 BitmapDrawable bitmapDrawable = new BitmapDrawable(); in testConstructor() local
97 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testAccessGravity() local
113 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testSetAntiAlias() local
126 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testSetFilterBitmap() local
139 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testIsFilterBitmap() local
155 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testSetDither() local
169 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testAccessTileMode() local
209 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testGetChangingConfigurations() local
228 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testSetAlpha() local
248 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); in testSetColorFilter() local
[all …]
DThemedDrawableTest.java152 BitmapDrawable bitmapDrawable = (BitmapDrawable) d.getDrawable(0); in testLayerDrawable() local
DLayerDrawableTest.java50 Drawable bitmapDrawable = new BitmapDrawable(); in testConstructor() local
125 Drawable bitmapDrawable = new BitmapDrawable(); in testFindDrawableByLayerId() local
207 Drawable bitmapDrawable = new BitmapDrawable(); in testAccessDrawable() local
429 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