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.java295 insetDrawable.onBoundsChange(r); in testOnBoundsChange_dimension()
316 insetDrawable.onBoundsChange(r); in testOnBoundsChange_fraction()
338 insetDrawable.onBoundsChange(r); in testIsBoundsAndIntrinsicSizeInverse()
357 insetDrawable.onBoundsChange(null); in testOnBoundsChangeNull()
522 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in InsetDrawableTest.MockInsetDrawable
523 super.onBoundsChange(bounds); in onBoundsChange()
DDrawableWrapperTest.java322 mockDrawableWrapper.onBoundsChange(bounds); in testOnBoundsChange()
326 mockDrawableWrapper.onBoundsChange(bounds); in testOnBoundsChange()
344 mockDrawableWrapper.onBoundsChange(null); in testOnBoundsChangeNull()
432 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DrawableWrapperTest.MockDrawableWrapper
433 super.onBoundsChange(bounds); in onBoundsChange()
DDrawableContainerTest.java337 mMockDrawableContainer.onBoundsChange(new Rect()); in testOnBoundsChange()
338 mMockDrawableContainer.onBoundsChange(null); in testOnBoundsChange()
348 mMockDrawableContainer.onBoundsChange(new Rect(1, 1, 1, 1)); in testOnBoundsChange()
353 mMockDrawableContainer.onBoundsChange(new Rect(1, 1, 1, 1)); in testOnBoundsChange()
358 mMockDrawableContainer.onBoundsChange(null); in testOnBoundsChange()
836 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DrawableContainerTest.MockDrawableContainer
837 super.onBoundsChange(bounds); in onBoundsChange()
900 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DrawableContainerTest.MockDrawable
901 super.onBoundsChange(bounds); in onBoundsChange()
DScaleDrawableTest.java350 mockScaleDrawable.onBoundsChange(bounds); in testOnBoundsChange()
366 mockScaleDrawable.onBoundsChange(bounds); in testOnBoundsChange()
381 mockScaleDrawable.onBoundsChange(bounds); in testOnBoundsChange()
392 mockScaleDrawable.onBoundsChange(bounds); in testOnBoundsChange()
567 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScaleDrawableTest.MockScaleDrawable
569 super.onBoundsChange(bounds); in onBoundsChange()
DClipDrawableTest.java252 mockClipDrawable.onBoundsChange(new Rect(10, 10, 100, 100)); in testOnBoundsChange()
259 mockClipDrawable.onBoundsChange(null); in testOnBoundsChange()
394 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ClipDrawableTest.MockClipDrawable
395 super.onBoundsChange(bounds); in onBoundsChange()
DDrawableTest.java551 mockDrawable.onBoundsChange(new Rect(0, 0, 10, 10)); in testOnBoundsChange()
721 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DrawableTest.MockDrawable
722 super.onBoundsChange(bounds); in onBoundsChange()
DLayerDrawableTest.java1584 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in LayerDrawableTest.MockDrawable
1586 super.onBoundsChange(bounds); in onBoundsChange()
/cts/tools/dex-tools/dex/
Dclasses.out.dex34964 protected void onBoundsChange(
35091 protected void onBoundsChange(
35297 protected void onBoundsChange(
35424 protected void onBoundsChange(
35808 protected void onBoundsChange(
35964 protected void onBoundsChange(
36137 protected void onBoundsChange(
36413 protected void onBoundsChange(
36612 protected void onBoundsChange(
36739 protected void onBoundsChange(
[all …]