OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:verticalmatches
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java
216
List<Match>
verticalMatches
= findClosest(edge, mVerticalEdges);
218
addClosest(edge, mVerticalEdges,
verticalMatches
);
222
addClosest(edge, mCenterVertEdges,
verticalMatches
);
246
mVerticalSuggestions =
verticalMatches
;
Completed in 109 milliseconds