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/ |
D | ConstraintType.java | 35 import static com.android.SdkConstants.ATTR_LAYOUT_ALIGN_TOP; 61 ALIGN_TOP(ATTR_LAYOUT_ALIGN_TOP, null, TOP, null, TOP, false, true, false, false),
|
D | GuidelineHandler.java | 39 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/ |
D | RelativeLayoutRule.java | 30 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()
|
D | BaseLayoutRule.java | 30 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/ |
D | RelativeLayoutConversionHelper.java | 38 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()
|
D | GridLayoutConverter.java | 26 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/ |
D | ObsoleteLayoutParamsDetector.java | 31 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/ |
D | SdkConstants.java | 769 public static final String ATTR_LAYOUT_ALIGN_TOP = "layout_alignTop"; //$NON-NLS-1$ field in SdkConstants
|