Searched refs:clipDrawable (Results 1 – 1 of 1) sorted by relevance
55 ClipDrawable clipDrawable = new ClipDrawable(mockDrawable, in testDraw() local57 clipDrawable.setBounds(new Rect(0, 0, 100, 100)); in testDraw()58 clipDrawable.setLevel(5000); in testDraw()60 clipDrawable.draw(new Canvas()); in testDraw()64 clipDrawable.draw(null); in testDraw()75 ClipDrawable clipDrawable = new ClipDrawable(mockDrawable, in testGetChangingConfigurations() local78 assertEquals(0, clipDrawable.getChangingConfigurations()); in testGetChangingConfigurations()81 assertEquals(CONTAINED_DRAWABLE_CONFIG, clipDrawable.getChangingConfigurations()); in testGetChangingConfigurations()83 clipDrawable.setChangingConfigurations(SUPER_CONFIG); in testGetChangingConfigurations()85 clipDrawable.getChangingConfigurations()); in testGetChangingConfigurations()[all …]