HomeSort by relevance Sort by last modified time
    Searched refs:ATTR_LAYOUT_TO_RIGHT_OF (Results 1 - 10 of 10) sorted by null

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ButtonDetector.java 26 import static com.android.tools.lint.detector.api.LintConstants.ATTR_LAYOUT_TO_RIGHT_OF;
635 if (element.hasAttributeNS(ANDROID_URI, ATTR_LAYOUT_TO_RIGHT_OF)
637 ATTR_LAYOUT_TO_RIGHT_OF))) {
647 ATTR_LAYOUT_TO_RIGHT_OF))) {
ObsoleteLayoutParamsDetector.java 51 import static com.android.tools.lint.detector.api.LintConstants.ATTR_LAYOUT_TO_RIGHT_OF;
189 PARAM_TO_VIEW.put(ATTR_LAYOUT_TO_RIGHT_OF, RELATIVE_LAYOUT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 41 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF;
64 LAYOUT_RIGHT_OF(ATTR_LAYOUT_TO_RIGHT_OF, LEFT, null, RIGHT, null, false, false, true, true),
GuidelineHandler.java 50 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF;
543 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_TO_RIGHT_OF, null);
645 mCurrentLeftMatch != null ? ATTR_LAYOUT_TO_RIGHT_OF : ATTR_LAYOUT_TO_LEFT_OF,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java 39 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF;
101 addAttr(ATTR_LAYOUT_TO_RIGHT_OF, childNode, infos);
383 node.setAttribute(ANDROID_URI, ATTR_LAYOUT_TO_RIGHT_OF, null);
LayoutConstants.java 106 public static final String ATTR_LAYOUT_TO_RIGHT_OF = "layout_toRightOf"; //$NON-NLS-1$
BaseLayoutRule.java 48 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF;
467 ATTR_LAYOUT_TO_RIGHT_OF,
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 218 public static final String ATTR_LAYOUT_TO_RIGHT_OF = "layout_toRightOf"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 49 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF;
452 childView.addHorizConstraint(ATTR_LAYOUT_TO_RIGHT_OF, prevId);
    [all...]
ChangeLayoutRefactoring.java 26 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF;
438 ATTR_LAYOUT_TO_RIGHT_OF, prevId);

Completed in 993 milliseconds