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

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
NestedScrollingWidgetDetector.java 22 import static com.android.tools.lint.detector.api.LintConstants.LIST_VIEW;
79 LIST_VIEW,
149 assert view.equals(SCROLL_VIEW) || view.equals(LIST_VIEW) || view.equals(GRID_VIEW);
ChildCountDetector.java 21 import static com.android.tools.lint.detector.api.LintConstants.LIST_VIEW;
86 LIST_VIEW,
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
DefaultSdkInfo.java 37 import static com.android.tools.lint.detector.api.LintConstants.LIST_VIEW;
180 PARENTS.put(LIST_VIEW, ABS_LIST_VIEW);
189 PARENTS.put(EXPANDABLE_LIST_VIEW, LIST_VIEW);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java 49 public static final String LIST_VIEW = "ListView"; //$NON-NLS-1$
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 93 public static final String LIST_VIEW = "ListView"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 25 import static com.android.ide.common.layout.LayoutConstants.LIST_VIEW;
508 if (fqcn.endsWith(LIST_VIEW)) { // including EXPANDABLE_LIST_VIEW
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 32 import static com.android.ide.common.layout.LayoutConstants.LIST_VIEW;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 27 import static com.android.ide.common.layout.LayoutConstants.LIST_VIEW;
288 if (name.equals(LIST_VIEW) || name.equals(EXPANDABLE_LIST_VIEW)

Completed in 1718 milliseconds