Searched refs:mockClipDrawable (Results 1 – 1 of 1) sorted by relevance
211 MockClipDrawable mockClipDrawable = new MockClipDrawable(mockDrawable, in testOnBoundsChange() local217 mockClipDrawable.onBoundsChange(new Rect(10, 10, 100, 100)); in testOnBoundsChange()224 mockClipDrawable.onBoundsChange(null); in testOnBoundsChange()232 MockClipDrawable mockClipDrawable = new MockClipDrawable(mockDrawable, in testOnLevelChange() local235 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()