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

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ChildCountDetector.java 77 HORIZONTAL_SCROLL_VIEW,
88 if (tagName.equals(SCROLL_VIEW) || tagName.equals(HORIZONTAL_SCROLL_VIEW)) {
ScrollViewChildDetector.java 71 HORIZONTAL_SCROLL_VIEW
78 boolean isHorizontal = HORIZONTAL_SCROLL_VIEW.equals(element.getTagName());
NestedScrollingWidgetDetector.java 81 HORIZONTAL_SCROLL_VIEW
143 if (view.equals(GALLERY) || view.equals(HORIZONTAL_SCROLL_VIEW)) {
UselessViewDetector.java 82 CONTAINERS.add(HORIZONTAL_SCROLL_VIEW);
142 if (parentTag.equals(SCROLL_VIEW) || parentTag.equals(HORIZONTAL_SCROLL_VIEW) ||
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LayoutDetector.java 43 protected static final String HORIZONTAL_SCROLL_VIEW = "HorizontalScrollView"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java 61 public static final String HORIZONTAL_SCROLL_VIEW = "HorizontalScrollView"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 21 import static com.android.ide.common.layout.LayoutConstants.HORIZONTAL_SCROLL_VIEW;
308 if (SCROLL_VIEW.equals(root) || HORIZONTAL_SCROLL_VIEW.equals(root)) {
    [all...]

Completed in 552 milliseconds