HomeSort by relevance Sort by last modified time
    Searched refs:addClosest (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java 195 addClosest(edge, mHorizontalEdges, horizontalMatches);
200 addClosest(edge, mVerticalEdges, verticalMatches);
204 addClosest(edge, mCenterVertEdges, verticalMatches);
206 addClosest(edge, mCenterHorizEdges, horizontalMatches);
215 addClosest(edge, mHorizontalEdges, horizontalMatches);
223 addClosest(edge, mHorizontalEdges, horizontalMatches);
GuidelineHandler.java 436 addClosest(draggedEdge, edges, closest);
440 protected void addClosest(Segment draggedEdge, List<Segment> edges,
    [all...]

Completed in 17 milliseconds