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