Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DRoundRectangle.java82 double bottomCornerWidth = (dimensions[4] + dimensions[6]) / 2d; in RoundRectangle() local
88 scale = Math.min(scale, width / bottomCornerWidth); in RoundRectangle()