Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DRoundRectangle.java83 double topCornerWidth = (dimensions[0] + dimensions[2]) / 2d; in RoundRectangle() local
89 double scale = Math.min(1.0, width / topCornerWidth); in RoundRectangle()