Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableWrapperTest.java326 MockDrawableWrapper mockDrawableWrapper = new MockDrawableWrapper(mockDrawable); in testOnLevelChange() local
329 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() local
347 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() local
369 mockDrawableWrapper.onBoundsChange(null); in testOnBoundsChangeNull()