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