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

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ScrollViewChildDetector.java 22 import static com.android.tools.lint.detector.api.LintConstants.HORIZONTAL_SCROLL_VIEW;
75 HORIZONTAL_SCROLL_VIEW
82 boolean isHorizontal = HORIZONTAL_SCROLL_VIEW.equals(element.getTagName());
ChildCountDetector.java 20 import static com.android.tools.lint.detector.api.LintConstants.HORIZONTAL_SCROLL_VIEW;
85 HORIZONTAL_SCROLL_VIEW,
96 if (tagName.equals(SCROLL_VIEW) || tagName.equals(HORIZONTAL_SCROLL_VIEW)) {
NestedScrollingWidgetDetector.java 21 import static com.android.tools.lint.detector.api.LintConstants.HORIZONTAL_SCROLL_VIEW;
83 HORIZONTAL_SCROLL_VIEW
144 if (view.equals(GALLERY) || view.equals(HORIZONTAL_SCROLL_VIEW)) {
UselessViewDetector.java 27 import static com.android.tools.lint.detector.api.LintConstants.HORIZONTAL_SCROLL_VIEW;
98 CONTAINERS.add(HORIZONTAL_SCROLL_VIEW);
159 if (parentTag.equals(SCROLL_VIEW) || parentTag.equals(HORIZONTAL_SCROLL_VIEW) ||
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetScrollViewSizeFix.java 22 import static com.android.tools.lint.detector.api.LintConstants.HORIZONTAL_SCROLL_VIEW;
56 boolean isHorizontal = HORIZONTAL_SCROLL_VIEW.equals(parent.getTagName());
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
DefaultSdkInfo.java 33 import static com.android.tools.lint.detector.api.LintConstants.HORIZONTAL_SCROLL_VIEW;
183 PARENTS.put(HORIZONTAL_SCROLL_VIEW, FRAME_LAYOUT);
  /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/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 116 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;
306 if (SCROLL_VIEW.equals(root) || HORIZONTAL_SCROLL_VIEW.equals(root)) {
    [all...]

Completed in 212 milliseconds