Searched refs:mCurrentLeftMatch (Results 1 – 4 of 4) sorted by relevance
181 protected Match mCurrentLeftMatch; field in GuidelineHandler248 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 …]
99 showMatch(gc, state.mCurrentLeftMatch, state, strings, in paint()121 if (state.mCurrentLeftMatch != null) { in paint()
253 mCurrentLeftMatch = match; in updateResize()258 mCurrentLeftMatch = match; in updateResize()
288 mCurrentLeftMatch = match; in updateMove()293 mCurrentLeftMatch = match; in updateMove()