HomeSort by relevance Sort by last modified time
    Searched refs:ATTR_LAYOUT_ALIGN_TOP (Results 1 - 9 of 9) 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/
RelativeLayoutRule.java 31 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_TOP;
103 addAttr(ATTR_LAYOUT_ALIGN_TOP, childNode, infos);
404 node.setAttribute(ANDROID_URI, ATTR_LAYOUT_ALIGN_TOP, null);
LayoutConstants.java 95 public static final String ATTR_LAYOUT_ALIGN_TOP = "layout_alignTop"; //$NON-NLS-1$
BaseLayoutRule.java 30 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_TOP;
469 ATTR_LAYOUT_ALIGN_TOP,
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 207 public static final String ATTR_LAYOUT_ALIGN_TOP = "layout_alignTop"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 39 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_TOP;
466 childView.addVerticalConstraint(ATTR_LAYOUT_ALIGN_TOP,
628 childView.addVerticalConstraint(ATTR_LAYOUT_ALIGN_TOP,
641 childView.addVerticalConstraint(ATTR_LAYOUT_ALIGN_TOP,
    [all...]
GridLayoutConverter.java 27 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_TOP;
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ObsoleteLayoutParamsDetector.java 31 import static com.android.tools.lint.detector.api.LintConstants.ATTR_LAYOUT_ALIGN_TOP;
178 PARAM_TO_VIEW.put(ATTR_LAYOUT_ALIGN_TOP, RELATIVE_LAYOUT);

Completed in 198 milliseconds