Searched refs:currentRight (Results 1 – 1 of 1) sorted by relevance
3326 int currentRight = (int) upEvent.right; in computeNeighbors() local3327 if (currentRight <= center) { in computeNeighbors()3328 currentDistance = center - currentRight; in computeNeighbors()3357 int currentRight = (int) downEvent.right; in computeNeighbors() local3358 if (currentRight <= center) { in computeNeighbors()3359 currentDistance = center - currentRight; in computeNeighbors()