Searched refs:addClosest (Results 1 – 2 of 2) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | MoveHandler.java | 213 addClosest(edge, mHorizontalEdges, horizontalMatches); in updateMove() 218 addClosest(edge, mVerticalEdges, verticalMatches); in updateMove() 222 addClosest(edge, mCenterVertEdges, verticalMatches); in updateMove() 224 addClosest(edge, mCenterHorizEdges, horizontalMatches); in updateMove() 233 addClosest(edge, mHorizontalEdges, horizontalMatches); in updateMove() 241 addClosest(edge, mHorizontalEdges, horizontalMatches); in updateMove()
|
D | GuidelineHandler.java | 443 addClosest(draggedEdge, edges, closest); in findClosest() 447 protected void addClosest(Segment draggedEdge, List<Segment> edges, in addClosest() method in GuidelineHandler
|