Searched refs:findClosest (Results 1 – 3 of 3) sorted by relevance
216 mHorizontalSuggestions = findClosest(hEdge, mHorizontalEdges); in updateResize()240 mVerticalSuggestions = findClosest(vEdge, mVerticalEdges); in updateResize()
211 List<Match> horizontalMatches = findClosest(edge, mHorizontalEdges); in updateMove()216 List<Match> verticalMatches = findClosest(edge, mVerticalEdges); in updateMove()
441 protected List<Match> findClosest(Segment draggedEdge, List<Segment> edges) { in findClosest() method in GuidelineHandler