Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DBaseCanvas_Delegate.java350 RoundRectangle innerRect = new RoundRectangle(innerLeft, innerTop, in nDrawDoubleRoundRect()
352 RoundRectangle outerRect = new RoundRectangle(outerLeft, outerTop, in nDrawDoubleRoundRect()
H A DRoundRectangle.java31 public class RoundRectangle extends RectangularShape { class
63 public RoundRectangle(float x, float y, float width, float height, float[] cornerDimensions) { in RoundRectangle() method in RoundRectangle
H A DPath_Delegate.java407 pathDelegate.mPath.append(new RoundRectangle(left, top, right - left, bottom - top, in nAddRoundRect()