Home
last modified time | relevance | path

Searched defs:union (Results 1 – 3 of 3) sorted by relevance

/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
DIssueRegistry.java142 EnumSet<Scope> union = EnumSet.copyOf(s); in createDetectors() local
156 EnumSet<Scope> union = detectorToScope.get(clz); in createDetectors() local
DLintDriver.java393 EnumSet<Scope> union = EnumSet.copyOf(s); in computeRepeatingDetectors() local
401 EnumSet<Scope> union = detectorToScope.get(detector.getClass()); in computeRepeatingDetectors() local
862 private static List<Detector> union( in union() method in LintDriver
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DImageUtils.java440 Rectangle union = new Rectangle(bounds.x, bounds.y, bounds.width, bounds.height); in getBoundingRectangle() local