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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ResizeHandler.java 240 mVerticalSuggestions = findClosest(vEdge, mVerticalEdges);
242 Match match = pickBestMatch(mVerticalSuggestions);
MoveHandler.java 246 mVerticalSuggestions = verticalMatches;
275 match = pickBestMatch(mVerticalSuggestions);
GuidelineHandler.java 175 protected List<Match> mVerticalSuggestions;
497 mHorizontalSuggestions = mVerticalSuggestions = null;
    [all...]

Completed in 33 milliseconds