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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 41 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF;
64 LAYOUT_RIGHT_OF(ATTR_LAYOUT_TO_RIGHT_OF, LEFT, null, RIGHT, null, false, false, true, true),
GuidelineHandler.java 50 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF;
543 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_TO_RIGHT_OF, null);
645 mCurrentLeftMatch != null ? ATTR_LAYOUT_TO_RIGHT_OF : ATTR_LAYOUT_TO_LEFT_OF,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java 100 public static final String ATTR_LAYOUT_TO_RIGHT_OF = "layout_toRightOf"; //$NON-NLS-1$
RelativeLayoutRule.java 39 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF;
101 addAttr(ATTR_LAYOUT_TO_RIGHT_OF, childNode, infos);
379 node.setAttribute(ANDROID_URI, ATTR_LAYOUT_TO_RIGHT_OF, null);
BaseLayoutRule.java 48 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF;
464 ATTR_LAYOUT_TO_RIGHT_OF,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 41 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF;
518 childView.addHorizConstraint(ATTR_LAYOUT_TO_RIGHT_OF, prevId);
    [all...]
ChangeLayoutRefactoring.java 26 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF;
432 ATTR_LAYOUT_TO_RIGHT_OF, prevId);

Completed in 67 milliseconds