Searched refs:getApplicableElements (Results 1 - 25 of 35) sorted by relevance

12

/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
H A DNestedScrollingWidgetDetector.java77 public Collection<String> getApplicableElements() { method in class:NestedScrollingWidgetDetector
89 Collection<String> applicableElements = getApplicableElements();
149 // listed in getApplicableElements
H A DTextFieldDetector.java72 public Collection<String> getApplicableElements() { method in class:TextFieldDetector
H A DAccessibilityDetector.java73 public Collection<String> getApplicableElements() { method in class:AccessibilityDetector
H A DChildCountDetector.java83 public Collection<String> getApplicableElements() { method in class:ChildCountDetector
H A DGridLayoutDetector.java69 public Collection<String> getApplicableElements() { method in class:GridLayoutDetector
H A DScrollViewChildDetector.java73 public Collection<String> getApplicableElements() { method in class:ScrollViewChildDetector
H A DStyleCycleDetector.java72 public Collection<String> getApplicableElements() { method in class:StyleCycleDetector
H A DTooManyViewsDetector.java117 public Collection<String> getApplicableElements() { method in class:TooManyViewsDetector
H A DUseCompoundDrawableDetector.java77 public Collection<String> getApplicableElements() { method in class:UseCompoundDrawableDetector
H A DDeprecationDetector.java73 public Collection<String> getApplicableElements() { method in class:DeprecationDetector
H A DLabelForDetector.java90 public Collection<String> getApplicableElements() { method in class:LabelForDetector
H A DArraySizeDetector.java99 public Collection<String> getApplicableElements() { method in class:ArraySizeDetector
H A DInefficientWeightDetector.java109 public Collection<String> getApplicableElements() { method in class:InefficientWeightDetector
H A DMergeRootFrameLayoutDetector.java145 public Collection<String> getApplicableElements() { method in class:MergeRootFrameLayoutDetector
H A DPxUsageDetector.java117 public Collection<String> getApplicableElements() { method in class:PxUsageDetector
H A DRegistrationDetector.java91 public Collection<String> getApplicableElements() { method in class:RegistrationDetector
H A DTextViewDetector.java100 public Collection<String> getApplicableElements() { method in class:TextViewDetector
H A DUselessViewDetector.java126 public Collection<String> getApplicableElements() { method in class:UselessViewDetector
H A DManifestOrderDetector.java250 public Collection<String> getApplicableElements() { method in class:ManifestOrderDetector
H A DMissingClassDetector.java130 public Collection<String> getApplicableElements() { method in class:MissingClassDetector
H A DStringFormatDetector.java182 public Collection<String> getApplicableElements() { method in class:StringFormatDetector
H A DTypoDetector.java156 public Collection<String> getApplicableElements() { method in class:TypoDetector
H A DButtonDetector.java186 public Collection<String> getApplicableElements() { method in class:ButtonDetector
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
H A DDetector.java347 Collection<String> getApplicableElements(); method in interface:Detector.XmlScanner
354 * If this method returns null, and {@link #getApplicableElements()} also returns
365 * Special marker collection returned by {@link #getApplicableElements()} or
479 // not return something from getApplicableElements or
487 // tag names from getApplicableElements
504 public Collection<String> getApplicableElements() { method in class:Detector
/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
H A DXmlVisitor.java98 Collection<String> elements = xmlDetector.getApplicableElements();

Completed in 98 milliseconds

12