Searched defs:union (Results 1 – 3 of 3) sorted by relevance
142 EnumSet<Scope> union = EnumSet.copyOf(s); in createDetectors() local156 EnumSet<Scope> union = detectorToScope.get(clz); in createDetectors() local
393 EnumSet<Scope> union = EnumSet.copyOf(s); in computeRepeatingDetectors() local401 EnumSet<Scope> union = detectorToScope.get(detector.getClass()); in computeRepeatingDetectors() local862 private static List<Detector> union( in union() method in LintDriver
440 Rectangle union = new Rectangle(bounds.x, bounds.y, bounds.width, bounds.height); in getBoundingRectangle() local