Searched refs:mCurrentBottomMatch (Results 1 – 4 of 4) sorted by relevance
199 protected Match mCurrentBottomMatch; field in GuidelineHandler249 || 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()
105 showMatch(gc, state.mCurrentBottomMatch, state, strings, in paint()128 } else if (state.mCurrentBottomMatch != null) { in paint()
230 mCurrentBottomMatch = match; in updateResize()
267 mCurrentBottomMatch = match; in updateMove()