Home
last modified time | relevance | path

Searched refs:mCurrentLeftMatch (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DGuidelineHandler.java181 protected Match mCurrentLeftMatch; field in GuidelineHandler
248 return mCurrentLeftMatch != null || mCurrentTopMatch != null in haveSuggestions()
311 if (checkCycle(feedback, mCurrentLeftMatch, false) in checkCycles()
498 mCurrentLeftMatch = mCurrentRightMatch = null; in clearSuggestions()
521 if (mCurrentLeftMatch == null && mCurrentRightMatch == null) { in applyConstraints()
576 if (mMoveLeft && mCurrentLeftMatch != null) { in applyConstraints()
577 applyConstraint(n, mCurrentLeftMatch.getConstraint(true)); in applyConstraints()
643 if (mCurrentLeftMatch != null) { in attachPrevious()
644 applyConstraint(node, mCurrentLeftMatch.getConstraint(true)); in attachPrevious()
650 } else if (mCurrentLeftMatch != null || mCurrentRightMatch != null) { in attachPrevious()
[all …]
DGuidelinePainter.java99 showMatch(gc, state.mCurrentLeftMatch, state, strings, in paint()
121 if (state.mCurrentLeftMatch != null) { in paint()
DResizeHandler.java253 mCurrentLeftMatch = match; in updateResize()
258 mCurrentLeftMatch = match; in updateResize()
DMoveHandler.java288 mCurrentLeftMatch = match; in updateMove()
293 mCurrentLeftMatch = match; in updateMove()