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

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
GridLayoutDetector.java 23 import static com.android.tools.lint.detector.api.LintConstants.ATTR_ROW_COUNT;
89 int declaredRowCount = getInt(element, ATTR_ROW_COUNT, -1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java 112 public static final String ATTR_ROW_COUNT = "rowCount"; //$NON-NLS-1$
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 168 public static final String ATTR_ROW_COUNT = "rowCount"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 33 import static com.android.ide.common.layout.LayoutConstants.ATTR_ROW_COUNT;
371 declaredRowCount = getGridAttribute(layout, ATTR_ROW_COUNT, UNDEFINED);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 27 import static com.android.ide.common.layout.LayoutConstants.ATTR_ROW_COUNT;
766 String rowCount = e.getAttributeNS(namespace, ATTR_ROW_COUNT);
    [all...]

Completed in 299 milliseconds