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 223 mVerticalSuggestions = findClosest(vEdge, mVerticalEdges);
225 Match match = pickBestMatch(mVerticalSuggestions);
MoveHandler.java 228 mVerticalSuggestions = verticalMatches;
257 match = pickBestMatch(mVerticalSuggestions);
GuidelineHandler.java 173 protected List<Match> mVerticalSuggestions;
490 mHorizontalSuggestions = mVerticalSuggestions = null;
    [all...]

Completed in 454 milliseconds