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.java85 private BitmapDrawable mBitmapDrawable; field in LayerDrawableTest
92 mBitmapDrawable = new BitmapDrawable(resources, in setup()
98 Drawable[] array = new Drawable[]{mBitmapDrawable, mColorDrawable}; in testConstructor()
101 assertSame(mBitmapDrawable, layerDrawable.getDrawable(0)); in testConstructor()
171 Drawable[] array = new Drawable[] { mBitmapDrawable, mColorDrawable }; in testFindDrawableByLayerId()
176 assertSame(mBitmapDrawable, layerDrawable.findDrawableByLayerId(10)); in testFindDrawableByLayerId()
182 assertSame(mBitmapDrawable, layerDrawable.findDrawableByLayerId(Integer.MIN_VALUE)); in testFindDrawableByLayerId()
193 Drawable[] array = new Drawable[] { mBitmapDrawable, mColorDrawable }; in testAccessId()
209 Drawable[] array = new Drawable[] { mBitmapDrawable, mColorDrawable }; in testSetIdIndexTooLow()
216 Drawable[] array = new Drawable[] { mBitmapDrawable, mColorDrawable }; in testSetIdIndexTooHigh()
[all …]