HomeSort by relevance Sort by last modified time
    Searched refs:ATTR_LAYOUT_ALIGN_TOP (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 35 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_TOP;
59 ALIGN_TOP(ATTR_LAYOUT_ALIGN_TOP, null, TOP, null, TOP, false, true, false, false),
GuidelineHandler.java 40 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_TOP;
522 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_ALIGN_TOP, null);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java 89 public static final String ATTR_LAYOUT_ALIGN_TOP = "layout_alignTop"; //$NON-NLS-1$
RelativeLayoutRule.java 31 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_TOP;
103 addAttr(ATTR_LAYOUT_ALIGN_TOP, childNode, infos);
400 node.setAttribute(ANDROID_URI, ATTR_LAYOUT_ALIGN_TOP, null);
BaseLayoutRule.java 30 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_TOP;
466 ATTR_LAYOUT_ALIGN_TOP,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 30 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_TOP;
532 childView.addVerticalConstraint(ATTR_LAYOUT_ALIGN_TOP,
694 childView.addVerticalConstraint(ATTR_LAYOUT_ALIGN_TOP,
    [all...]
GridLayoutConverter.java 25 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_TOP;
    [all...]

Completed in 165 milliseconds