Searched refs:absClosest (Results 1 – 1 of 1) sorted by relevance
115 int absClosest = Integer.MAX_VALUE; in findTopView() local123 if (absDistance < absClosest) { in findTopView()124 absClosest = absDistance; in findTopView()