Searched refs:ATTR_LAYOUT_TO_RIGHT_OF (Results 1 – 9 of 9) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | ConstraintType.java | 41 import static com.android.SdkConstants.ATTR_LAYOUT_TO_RIGHT_OF; 66 LAYOUT_RIGHT_OF(ATTR_LAYOUT_TO_RIGHT_OF, LEFT, null, RIGHT, null, false, false, true, true),
|
D | GuidelineHandler.java | 49 import static com.android.SdkConstants.ATTR_LAYOUT_TO_RIGHT_OF; 550 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_TO_RIGHT_OF, null); in applyConstraints() 652 mCurrentLeftMatch != null ? ATTR_LAYOUT_TO_RIGHT_OF : ATTR_LAYOUT_TO_LEFT_OF, in attachPrevious()
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
D | ButtonDetector.java | 25 import static com.android.SdkConstants.ATTR_LAYOUT_TO_RIGHT_OF; 635 if (element.hasAttributeNS(ANDROID_URI, ATTR_LAYOUT_TO_RIGHT_OF) in isWrongPosition() 637 ATTR_LAYOUT_TO_RIGHT_OF))) { in isWrongPosition() 647 ATTR_LAYOUT_TO_RIGHT_OF))) { in isWrongPosition()
|
D | ObsoleteLayoutParamsDetector.java | 51 import static com.android.SdkConstants.ATTR_LAYOUT_TO_RIGHT_OF; 190 PARAM_TO_VIEW.put(ATTR_LAYOUT_TO_RIGHT_OF, RELATIVE_LAYOUT); in PARAM_TO_VIEW.put() argument
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | RelativeLayoutRule.java | 38 import static com.android.SdkConstants.ATTR_LAYOUT_TO_RIGHT_OF; 98 addAttr(ATTR_LAYOUT_TO_RIGHT_OF, childNode, infos); in getSelectionHint() 373 node.setAttribute(ANDROID_URI, ATTR_LAYOUT_TO_RIGHT_OF, null); in centerHorizontally()
|
D | BaseLayoutRule.java | 48 import static com.android.SdkConstants.ATTR_LAYOUT_TO_RIGHT_OF; 477 ATTR_LAYOUT_TO_RIGHT_OF,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ChangeLayoutRefactoring.java | 25 import static com.android.SdkConstants.ATTR_LAYOUT_TO_RIGHT_OF; 439 ATTR_LAYOUT_TO_RIGHT_OF, prevId); in convertLinearToRelative()
|
D | RelativeLayoutConversionHelper.java | 48 import static com.android.SdkConstants.ATTR_LAYOUT_TO_RIGHT_OF; 454 childView.addHorizConstraint(ATTR_LAYOUT_TO_RIGHT_OF, prevId); in analyzeLinearLayout() 718 name.equals(ATTR_LAYOUT_TO_RIGHT_OF) || in analyzeRelativeLayout() 896 attachLeftProperty = ATTR_LAYOUT_TO_RIGHT_OF; in computeHorizontalConstraints()
|
/sdk/common/src/com/android/ |
D | SdkConstants.java | 780 public static final String ATTR_LAYOUT_TO_RIGHT_OF = "layout_toRightOf"; //$NON-NLS-1$ field in SdkConstants
|