Home
last modified time | relevance | path

Searched refs:clipDrawable (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DClipDrawableTest.java55 ClipDrawable clipDrawable = new ClipDrawable(mockDrawable, in testDraw() local
57 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() local
78 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 …]