HomeSort by relevance Sort by last modified time
    Searched refs:getClipBounds (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/transition/src/android/transition/cts/
ChangeClipBoundsTest.java 59 assertNull(redSquare.getClipBounds());
68 final Rect endRect = redSquare.getClipBounds();
82 mActivityRule.runOnUiThread(() -> assertNull(redSquare.getClipBounds()));
88 Rect midClip = redSquare.getClipBounds();
ChangeBoundsTest.java 326 assertNull(aboveSquare.getClipBounds());
327 assertNull(belowSquare.getClipBounds());
382 assertEquals(clipped, view.getClipBounds() != null);
387 width = view.getClipBounds().width();
388 height = view.getClipBounds().height();
473 this.clip = view.getClipBounds();
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PictureDrawableTest.java 61 assertEquals(100, canvas.getClipBounds().width());
62 assertEquals(200, canvas.getClipBounds().height());
  /external/proguard/src/proguard/gui/splash/
ClipSprite.java 63 Rectangle clip = graphics.getClipBounds();
OverrideGraphics2D.java 454 public Rectangle getClipBounds()
456 return graphics.getClipBounds();
459 public Rectangle getClipBounds(Rectangle r)
461 return graphics.getClipBounds(r);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PictureTest.java 90 assertTrue(canvas.getClipBounds(beforeClip));
100 assertTrue(canvas.getClipBounds(afterClip));
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
BitmapTests.java 68 canvas.drawBitmap(mBitmap, new Rect(0, 0, 1, 1), canvas.getClipBounds(), null);
  /external/proguard/lib/
proguardgui.jar 
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java     [all...]

Completed in 236 milliseconds