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