OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:horizontalmatches
(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
193
List<Match>
horizontalMatches
= findClosest(edge, mHorizontalEdges);
195
addClosest(edge, mHorizontalEdges,
horizontalMatches
);
206
addClosest(edge, mCenterHorizEdges,
horizontalMatches
);
215
addClosest(edge, mHorizontalEdges,
horizontalMatches
);
223
addClosest(edge, mHorizontalEdges,
horizontalMatches
);
227
mHorizontalSuggestions =
horizontalMatches
;
Completed in 166 milliseconds