Searched refs:mCurrentTopMatch (Results 1 – 4 of 4) sorted by relevance
187 protected Match mCurrentTopMatch; field in GuidelineHandler248 return mCurrentLeftMatch != null || mCurrentTopMatch != null in haveSuggestions()307 if (checkCycle(feedback, mCurrentTopMatch, true /* vertical */) in checkCycles()499 mCurrentTopMatch = mCurrentBottomMatch = null; in clearSuggestions()518 if (mCurrentTopMatch == null && mCurrentBottomMatch == null) { in applyConstraints()562 if (mMoveTop && mCurrentTopMatch != null) { in applyConstraints()563 applyConstraint(n, mCurrentTopMatch.getConstraint(true /* generateId */)); in applyConstraints()564 if (mCurrentTopMatch.type == ALIGN_BASELINE) { in applyConstraints()566 String c = mCurrentTopMatch.getConstraint(true); in applyConstraints()638 if (mCurrentTopMatch != null || mCurrentBottomMatch != null) { in attachPrevious()[all …]
103 showMatch(gc, state.mCurrentTopMatch, state, strings, in paint()126 if (state.mCurrentTopMatch != null) { in paint()
228 mCurrentTopMatch = match; in updateResize()234 mCurrentTopMatch = match; in updateResize()
265 mCurrentTopMatch = match; in updateMove()271 mCurrentTopMatch = match; in updateMove()