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.java280 MockClipDrawable mockClipDrawable = new MockClipDrawable(mockDrawable, in testOnBoundsChange() local
286 mockClipDrawable.onBoundsChange(new Rect(10, 10, 100, 100)); in testOnBoundsChange()
293 mockClipDrawable.onBoundsChange(null); in testOnBoundsChange()
307 MockClipDrawable mockClipDrawable = new MockClipDrawable(mockDrawable, in testOnLevelChange() local
310 mockClipDrawable.setCallback(callback); in testOnLevelChange()
313 mockClipDrawable.onLevelChange(1000); in testOnLevelChange()
315 assertSame(mockClipDrawable, callback.getInvalidateDrawable()); in testOnLevelChange()
317 mockClipDrawable.onLevelChange(0); in testOnLevelChange()
320 mockClipDrawable.onLevelChange(10000); in testOnLevelChange()
332 MockClipDrawable mockClipDrawable = new MockClipDrawable(mockDrawable, in testOnStateChange() local
[all …]