Searched refs:closestNeighbourDistance (Results 1 – 1 of 1) sorted by relevance
975 int closestNeighbourDistance = Integer.MAX_VALUE; in dispatchUnhandledMove() local979 if (closestNeighbourDistance > distance) { in dispatchUnhandledMove()980 closestNeighbourDistance = distance; in dispatchUnhandledMove()