Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java929 BitmapDrawable newBitmapDrawable = new BitmapDrawable(); in testSetDrawable() local
932 layerDrawable.setDrawable(1, newBitmapDrawable); in testSetDrawable()
937 assertEquals(newBitmapDrawable, layerDrawable.getDrawable(1)); in testSetDrawable()