OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SCROLL_VIEW
(Results
1 - 3
of
3
) sorted by null
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
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/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$
Completed in 99 milliseconds