Searched refs:BASE_SCALE (Results 1 – 1 of 1) sorted by relevance
37 private static float BASE_SCALE = 100f; field in OctopusDrawable83 M.setScale(mSizePx/BASE_SCALE, mSizePx/BASE_SCALE); in setSizePx()85 TaperedPathStroke.setMinStep(8f*BASE_SCALE/mSizePx); // classic tentacles in setSizePx()122 if (point.y - BASE_SCALE/2 > scaledBounds[1]) { in startDrift()124 } else if (point.y + BASE_SCALE < 0) { in startDrift()168 return Math.hypot(ptmp[0] - point.x, ptmp[1] - point.y) < BASE_SCALE/2; in hitTest()