Searched refs:newBitmapDrawable (Results 1 – 1 of 1) sorted by relevance
885 BitmapDrawable newBitmapDrawable = new BitmapDrawable(); in testSetDrawable() local888 layerDrawable.setDrawable(1, newBitmapDrawable); in testSetDrawable()893 assertEquals(newBitmapDrawable, layerDrawable.getDrawable(1)); in testSetDrawable()