Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java86 private BitmapDrawable mBitmapDrawable; field in LayerDrawableTest
93 mBitmapDrawable = new BitmapDrawable(resources, in setup()
99 Drawable[] array = new Drawable[]{mBitmapDrawable, mColorDrawable}; in testConstructor()
102 assertSame(mBitmapDrawable, layerDrawable.getDrawable(0)); in testConstructor()
172 Drawable[] array = new Drawable[] { mBitmapDrawable, mColorDrawable }; in testFindDrawableByLayerId()
177 assertSame(mBitmapDrawable, layerDrawable.findDrawableByLayerId(10)); in testFindDrawableByLayerId()
183 assertSame(mBitmapDrawable, layerDrawable.findDrawableByLayerId(Integer.MIN_VALUE)); in testFindDrawableByLayerId()
194 Drawable[] array = new Drawable[] { mBitmapDrawable, mColorDrawable }; in testAccessId()
210 Drawable[] array = new Drawable[] { mBitmapDrawable, mColorDrawable }; in testSetIdIndexTooLow()
217 Drawable[] array = new Drawable[] { mBitmapDrawable, mColorDrawable }; in testSetIdIndexTooHigh()
[all …]