Searched refs:mockDrawableWrapper (Results 1 – 1 of 1) sorted by relevance
326 MockDrawableWrapper mockDrawableWrapper = new MockDrawableWrapper(mockDrawable); in testOnLevelChange() local329 assertFalse(mockDrawableWrapper.onLevelChange(0)); in testOnLevelChange()332 assertFalse(mockDrawableWrapper.onLevelChange(1000)); in testOnLevelChange()337 assertFalse(mockDrawableWrapper.onLevelChange(Integer.MIN_VALUE)); in testOnLevelChange()344 MockDrawableWrapper mockDrawableWrapper = new MockDrawableWrapper(mockDrawable); in testOnBoundsChange() local347 mockDrawableWrapper.onBoundsChange(bounds); in testOnBoundsChange()349 mockDrawableWrapper = new MockDrawableWrapper(mockDrawable); in testOnBoundsChange()351 mockDrawableWrapper.onBoundsChange(bounds); in testOnBoundsChange()367 MockDrawableWrapper mockDrawableWrapper = new MockDrawableWrapper(mockDrawable); in testOnBoundsChangeNull() local369 mockDrawableWrapper.onBoundsChange(null); in testOnBoundsChangeNull()