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

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ChildCountDetector.java 23 import static com.android.tools.lint.detector.api.LintConstants.SCROLL_VIEW;
84 SCROLL_VIEW,
96 if (tagName.equals(SCROLL_VIEW) || tagName.equals(HORIZONTAL_SCROLL_VIEW)) {
NestedScrollingWidgetDetector.java 23 import static com.android.tools.lint.detector.api.LintConstants.SCROLL_VIEW;
78 SCROLL_VIEW,
149 assert view.equals(SCROLL_VIEW) || view.equals(LIST_VIEW) || view.equals(GRID_VIEW);
ScrollViewChildDetector.java 23 import static com.android.tools.lint.detector.api.LintConstants.SCROLL_VIEW;
74 SCROLL_VIEW,
UselessViewDetector.java 32 import static com.android.tools.lint.detector.api.LintConstants.SCROLL_VIEW;
103 CONTAINERS.add(SCROLL_VIEW);
159 if (parentTag.equals(SCROLL_VIEW) || parentTag.equals(HORIZONTAL_SCROLL_VIEW) ||
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
DefaultSdkInfo.java 42 import static com.android.tools.lint.detector.api.LintConstants.SCROLL_VIEW;
191 PARENTS.put(SCROLL_VIEW, FRAME_LAYOUT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java 55 public static final String SCROLL_VIEW = "ScrollView"; //$NON-NLS-1$
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 82 public static final String SCROLL_VIEW = "ScrollView"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 23 import static com.android.ide.common.layout.LayoutConstants.SCROLL_VIEW;
306 if (SCROLL_VIEW.equals(root) || HORIZONTAL_SCROLL_VIEW.equals(root)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 25 import static com.android.ide.common.layout.LayoutConstants.SCROLL_VIEW;
    [all...]

Completed in 458 milliseconds