Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DGuidelineHandler.java199 protected Match mCurrentBottomMatch; field in GuidelineHandler
249 || mCurrentRightMatch != null || mCurrentBottomMatch != null; in haveSuggestions()
308 || checkCycle(feedback, mCurrentBottomMatch, true)) { in checkCycles()
499 mCurrentTopMatch = mCurrentBottomMatch = null; in clearSuggestions()
518 if (mCurrentTopMatch == null && mCurrentBottomMatch == null) { in applyConstraints()
572 if (mMoveBottom && mCurrentBottomMatch != null) { in applyConstraints()
573 applyConstraint(n, mCurrentBottomMatch.getConstraint(true)); in applyConstraints()
638 if (mCurrentTopMatch != null || mCurrentBottomMatch != null) { in attachPrevious()
658 } else if (mCurrentBottomMatch != null) { in attachPrevious()
659 applyConstraint(node, mCurrentBottomMatch.getConstraint(true)); in attachPrevious()
DGuidelinePainter.java105 showMatch(gc, state.mCurrentBottomMatch, state, strings, in paint()
128 } else if (state.mCurrentBottomMatch != null) { in paint()
DResizeHandler.java230 mCurrentBottomMatch = match; in updateResize()
DMoveHandler.java267 mCurrentBottomMatch = match; in updateMove()