Searched refs:slop (Results 1 – 1 of 1) sorted by relevance
155 int slop = mVScale.inverseScale(10); // extra space around icon where tip triggers in computeNodes() local168 if (p.x < x2 - layoutIconSize - slop in computeNodes()169 || p.x > x2 + slop in computeNodes()170 || p.y < y2 - layoutIconSize - slop in computeNodes()171 || p.y > y2 + slop) { in computeNodes()