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 173 * {@link #mCurrentRightMatch}.
193 protected Match mCurrentRightMatch;
249 || mCurrentRightMatch != null || mCurrentBottomMatch != null;
312 || checkCycle(feedback, mCurrentRightMatch, false)) {
498 mCurrentLeftMatch = mCurrentRightMatch = null;
521 if (mCurrentLeftMatch == null && mCurrentRightMatch == null) {
580 if (mMoveRight && mCurrentRightMatch != null) {
581 applyConstraint(n, mCurrentRightMatch.getConstraint(true));
646 } else if (mCurrentRightMatch != null) {
647 applyConstraint(node, mCurrentRightMatch.getConstraint(true))
    [all...]
GuidelinePainter.java 101 showMatch(gc, state.mCurrentRightMatch, state, strings,
123 } else if (state.mCurrentRightMatch != null) {
ResizeHandler.java 255 mCurrentRightMatch = match;
MoveHandler.java 290 mCurrentRightMatch = match;

Completed in 42 milliseconds