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