HomeSort by relevance Sort by last modified time
    Searched refs:ATTR_LAYOUT_ALIGN_BOTTOM (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 28 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_BOTTOM;
60 ALIGN_BOTTOM(ATTR_LAYOUT_ALIGN_BOTTOM, null, BOTTOM, null, BOTTOM, false, true, false, false),
GuidelineHandler.java 33 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_BOTTOM;
533 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_ALIGN_BOTTOM, null);
560 c = c.replace(ATTR_LAYOUT_ALIGN_BASELINE, ATTR_LAYOUT_ALIGN_BOTTOM);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java 24 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_BOTTOM;
104 addAttr(ATTR_LAYOUT_ALIGN_BOTTOM, childNode, infos);
407 node.setAttribute(ANDROID_URI, ATTR_LAYOUT_ALIGN_BOTTOM, null);
LayoutConstants.java 96 public static final String ATTR_LAYOUT_ALIGN_BOTTOM = "layout_alignBottom"; //$NON-NLS-1$
BaseLayoutRule.java 23 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_BOTTOM;
470 ATTR_LAYOUT_ALIGN_BOTTOM,
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 208 public static final String ATTR_LAYOUT_ALIGN_BOTTOM = "layout_alignBottom"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 32 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_BOTTOM;
504 childView.addVerticalConstraint(ATTR_LAYOUT_ALIGN_BOTTOM,
605 childView.addVerticalConstraint(ATTR_LAYOUT_ALIGN_BOTTOM,
630 childView.addVerticalConstraint(ATTR_LAYOUT_ALIGN_BOTTOM,
    [all...]
GridLayoutConverter.java 24 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_BOTTOM;
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ObsoleteLayoutParamsDetector.java 24 import static com.android.tools.lint.detector.api.LintConstants.ATTR_LAYOUT_ALIGN_BOTTOM;
179 PARAM_TO_VIEW.put(ATTR_LAYOUT_ALIGN_BOTTOM, RELATIVE_LAYOUT);

Completed in 37 milliseconds