OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 48 milliseconds