Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DRoundRectangle.java192 double squareDist = height * height * x * x + width * width * y * y; in isInsideCorner() local
193 return squareDist <= width * width * height * height; in isInsideCorner()