Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DRoundRectangle.java68 double topCornerWidth = (dimensions[0] + dimensions[2]) / 2d; in RoundRectangle() local
74 double scale = Math.min(1.0, width / topCornerWidth); in RoundRectangle()