Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java136 public Rectangle2D getBounds2D() { in getBounds2D() method in RoundRectangle
H A DPath_Delegate.java642 Rectangle2D rect = mPath.getBounds2D(); in fillBounds()
H A DBaseCanvas_Delegate.java384 Rectangle2D bounds = shape.getBounds2D(); in nDrawPath()