Home
last modified time | relevance | path

Searched refs:mHorizontalSuggestions (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DResizeHandler.java216 mHorizontalSuggestions = findClosest(hEdge, mHorizontalEdges); in updateResize()
218 Match match = pickBestMatch(mHorizontalSuggestions); in updateResize()
DMoveHandler.java245 mHorizontalSuggestions = horizontalMatches; in updateMove()
249 Match match = pickBestMatch(mHorizontalSuggestions); in updateMove()
DGuidelineHandler.java167 protected List<Match> mHorizontalSuggestions; field in GuidelineHandler
497 mHorizontalSuggestions = mVerticalSuggestions = null; in clearSuggestions()