Home
last modified time | relevance | path

Searched refs:ATTR_LAYOUT_ALIGN_TOP (Results 1 – 8 of 8) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintType.java35 import static com.android.SdkConstants.ATTR_LAYOUT_ALIGN_TOP;
61 ALIGN_TOP(ATTR_LAYOUT_ALIGN_TOP, null, TOP, null, TOP, false, true, false, false),
DGuidelineHandler.java39 import static com.android.SdkConstants.ATTR_LAYOUT_ALIGN_TOP;
529 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_ALIGN_TOP, null); in applyConstraints()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DRelativeLayoutRule.java30 import static com.android.SdkConstants.ATTR_LAYOUT_ALIGN_TOP;
100 addAttr(ATTR_LAYOUT_ALIGN_TOP, childNode, infos); in getSelectionHint()
394 node.setAttribute(ANDROID_URI, ATTR_LAYOUT_ALIGN_TOP, null); in centerVertically()
DBaseLayoutRule.java30 import static com.android.SdkConstants.ATTR_LAYOUT_ALIGN_TOP;
479 ATTR_LAYOUT_ALIGN_TOP,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRelativeLayoutConversionHelper.java38 import static com.android.SdkConstants.ATTR_LAYOUT_ALIGN_TOP;
468 childView.addVerticalConstraint(ATTR_LAYOUT_ALIGN_TOP, in analyzeLinearLayout()
630 childView.addVerticalConstraint(ATTR_LAYOUT_ALIGN_TOP, in analyzeGravity()
643 childView.addVerticalConstraint(ATTR_LAYOUT_ALIGN_TOP, in analyzeGravity()
711 name.equals(ATTR_LAYOUT_ALIGN_TOP) || in analyzeRelativeLayout()
765 childView.addVerticalConstraint(ATTR_LAYOUT_ALIGN_TOP, in analyzeRelativeLayout()
941 view.addVerticalConstraint(ATTR_LAYOUT_ALIGN_TOP, firstId); in computeVerticalConstraints()
DGridLayoutConverter.java26 import static com.android.SdkConstants.ATTR_LAYOUT_ALIGN_TOP;
886 name.equals(ATTR_LAYOUT_ALIGN_TOP) || in analyzeKnownLayouts()
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DObsoleteLayoutParamsDetector.java31 import static com.android.SdkConstants.ATTR_LAYOUT_ALIGN_TOP;
179 PARAM_TO_VIEW.put(ATTR_LAYOUT_ALIGN_TOP, RELATIVE_LAYOUT); in PARAM_TO_VIEW.put() argument
/sdk/common/src/com/android/
DSdkConstants.java769 public static final String ATTR_LAYOUT_ALIGN_TOP = "layout_alignTop"; //$NON-NLS-1$ field in SdkConstants