Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DClipDrawableTest.java211 MockClipDrawable mockClipDrawable = new MockClipDrawable(mockDrawable, in testOnBoundsChange() local
217 mockClipDrawable.onBoundsChange(new Rect(10, 10, 100, 100)); in testOnBoundsChange()
224 mockClipDrawable.onBoundsChange(null); in testOnBoundsChange()
232 MockClipDrawable mockClipDrawable = new MockClipDrawable(mockDrawable, in testOnLevelChange() local
235 mockClipDrawable.setCallback(callback); in testOnLevelChange()
238 mockClipDrawable.onLevelChange(1000); in testOnLevelChange()
240 assertSame(mockClipDrawable, callback.getInvalidateDrawable()); in testOnLevelChange()
242 mockClipDrawable.onLevelChange(0); in testOnLevelChange()
245 mockClipDrawable.onLevelChange(10000); in testOnLevelChange()