Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DInsetDrawableTest.java294 insetDrawable.onBoundsChange(r); in testOnBoundsChange_dimension()
315 insetDrawable.onBoundsChange(r); in testOnBoundsChange_fraction()
337 insetDrawable.onBoundsChange(r); in testIsBoundsAndIntrinsicSizeInverse()
356 insetDrawable.onBoundsChange(null); in testOnBoundsChangeNull()
527 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in InsetDrawableTest.MockInsetDrawable
528 super.onBoundsChange(bounds); in onBoundsChange()
DDrawableContainerTest.java349 mMockDrawableContainer.onBoundsChange(new Rect()); in testOnBoundsChange()
350 mMockDrawableContainer.onBoundsChange(null); in testOnBoundsChange()
360 mMockDrawableContainer.onBoundsChange(new Rect(1, 1, 1, 1)); in testOnBoundsChange()
365 mMockDrawableContainer.onBoundsChange(new Rect(1, 1, 1, 1)); in testOnBoundsChange()
370 mMockDrawableContainer.onBoundsChange(null); in testOnBoundsChange()
864 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DrawableContainerTest.MockDrawableContainer
865 super.onBoundsChange(bounds); in onBoundsChange()
952 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DrawableContainerTest.MockDrawable
953 super.onBoundsChange(bounds); in onBoundsChange()
DDrawableWrapperTest.java347 mockDrawableWrapper.onBoundsChange(bounds); in testOnBoundsChange()
351 mockDrawableWrapper.onBoundsChange(bounds); in testOnBoundsChange()
369 mockDrawableWrapper.onBoundsChange(null); in testOnBoundsChangeNull()
509 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DrawableWrapperTest.MockDrawableWrapper
510 super.onBoundsChange(bounds); in onBoundsChange()
DScaleDrawableTest.java351 mockScaleDrawable.onBoundsChange(bounds); in testOnBoundsChange()
367 mockScaleDrawable.onBoundsChange(bounds); in testOnBoundsChange()
382 mockScaleDrawable.onBoundsChange(bounds); in testOnBoundsChange()
393 mockScaleDrawable.onBoundsChange(bounds); in testOnBoundsChange()
568 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScaleDrawableTest.MockScaleDrawable
570 super.onBoundsChange(bounds); in onBoundsChange()
DClipDrawableTest.java253 mockClipDrawable.onBoundsChange(new Rect(10, 10, 100, 100)); in testOnBoundsChange()
260 mockClipDrawable.onBoundsChange(null); in testOnBoundsChange()
395 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ClipDrawableTest.MockClipDrawable
396 super.onBoundsChange(bounds); in onBoundsChange()
DDrawableTest.java655 mockDrawable.onBoundsChange(new Rect(0, 0, 10, 10)); in testOnBoundsChange()
910 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DrawableTest.MockDrawable
911 super.onBoundsChange(bounds); in onBoundsChange()
DLayerDrawableTest.java1595 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in LayerDrawableTest.MockDrawable
1597 super.onBoundsChange(bounds); in onBoundsChange()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DEdgeEffectTests.java445 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in EdgeEffectTests.OverscrollDrawable
446 super.onBoundsChange(bounds); in onBoundsChange()