Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DRoundRectangle.java222 double maxLeftCornerWidth = Math.max(ulWidth, llWidth) / 2d; in intersects() local
226 Zone x0class = classify(x, x0, maxLeftCornerWidth, x1, maxRightCornerWidth); in intersects()
227 Zone x1class = classify(x + w, x0, maxLeftCornerWidth, x1, maxRightCornerWidth); in intersects()