HomeSort by relevance Sort by last modified time
    Searched refs:mHorizontalSuggestions (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 216 mHorizontalSuggestions = findClosest(hEdge, mHorizontalEdges);
218 Match match = pickBestMatch(mHorizontalSuggestions);
MoveHandler.java 245 mHorizontalSuggestions = horizontalMatches;
249 Match match = pickBestMatch(mHorizontalSuggestions);
GuidelineHandler.java 167 protected List<Match> mHorizontalSuggestions;
497 mHorizontalSuggestions = mVerticalSuggestions = null;
    [all...]

Completed in 34 milliseconds