HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentBottomMatch (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 163 * {@link #mCurrentBottomMatch}.
197 protected Match mCurrentBottomMatch;
247 || mCurrentRightMatch != null || mCurrentBottomMatch != null;
301 || checkCycle(feedback, mCurrentBottomMatch, true)) {
492 mCurrentTopMatch = mCurrentBottomMatch = null;
511 if (mCurrentTopMatch == null && mCurrentBottomMatch == null) {
565 if (mMoveBottom && mCurrentBottomMatch != null) {
566 applyConstraint(n, mCurrentBottomMatch.getConstraint(true));
631 if (mCurrentTopMatch != null || mCurrentBottomMatch != null) {
651 } else if (mCurrentBottomMatch != null)
    [all...]
GuidelinePainter.java 103 showMatch(gc, state.mCurrentBottomMatch, state, strings,
126 } else if (state.mCurrentBottomMatch != null) {
ResizeHandler.java 213 mCurrentBottomMatch = match;
MoveHandler.java 249 mCurrentBottomMatch = match;

Completed in 18 milliseconds