Searched refs:mockClipDrawable (Results 1 – 1 of 1) sorted by relevance
280 MockClipDrawable mockClipDrawable = new MockClipDrawable(mockDrawable, in testOnBoundsChange() local286 mockClipDrawable.onBoundsChange(new Rect(10, 10, 100, 100)); in testOnBoundsChange()293 mockClipDrawable.onBoundsChange(null); in testOnBoundsChange()307 MockClipDrawable mockClipDrawable = new MockClipDrawable(mockDrawable, in testOnLevelChange() local310 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 …]