Searched refs:newColorDrawable (Results 1 – 1 of 1) sorted by relevance
931 ColorDrawable newColorDrawable = new ColorDrawable(Color.GREEN); in testSetDrawable() local932 layerDrawable.setDrawable(0, newColorDrawable); in testSetDrawable()937 assertEquals(newColorDrawable, layerDrawable.getDrawable(0)); in testSetDrawable()