HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentRightMatch (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 171 * {@link #mCurrentRightMatch}.
191 protected Match mCurrentRightMatch;
247 || mCurrentRightMatch != null || mCurrentBottomMatch != null;
305 || checkCycle(feedback, mCurrentRightMatch, false)) {
491 mCurrentLeftMatch = mCurrentRightMatch = null;
514 if (mCurrentLeftMatch == null && mCurrentRightMatch == null) {
573 if (mMoveRight && mCurrentRightMatch != null) {
574 applyConstraint(n, mCurrentRightMatch.getConstraint(true));
639 } else if (mCurrentRightMatch != null) {
640 applyConstraint(node, mCurrentRightMatch.getConstraint(true))
    [all...]
GuidelinePainter.java 99 showMatch(gc, state.mCurrentRightMatch, state, strings,
121 } else if (state.mCurrentRightMatch != null) {
ResizeHandler.java 238 mCurrentRightMatch = match;
MoveHandler.java 272 mCurrentRightMatch = match;

Completed in 18 milliseconds