Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DRoundRectangle.java224 double maxUpperCornerHeight = Math.max(ulHeight, urHeight) / 2d; in intersects() local
228 Zone y0class = classify(y, y0, maxUpperCornerHeight, y1, maxLowerCornerHeight); in intersects()
229 Zone y1class = classify(y + h, y0, maxUpperCornerHeight, y1, maxLowerCornerHeight); in intersects()