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 213 addClosest(edge, mHorizontalEdges, horizontalMatches);
218 addClosest(edge, mVerticalEdges, verticalMatches);
222 addClosest(edge, mCenterVertEdges, verticalMatches);
224 addClosest(edge, mCenterHorizEdges, horizontalMatches);
233 addClosest(edge, mHorizontalEdges, horizontalMatches);
241 addClosest(edge, mHorizontalEdges, horizontalMatches);
GuidelineHandler.java 443 addClosest(draggedEdge, edges, closest);
447 protected void addClosest(Segment draggedEdge, List<Segment> edges,
    [all...]

Completed in 25 milliseconds