Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java930 ColorDrawable newColorDrawable = new ColorDrawable(Color.GREEN); in testSetDrawable() local
931 layerDrawable.setDrawable(0, newColorDrawable); in testSetDrawable()
936 assertEquals(newColorDrawable, layerDrawable.getDrawable(0)); in testSetDrawable()