Searched refs:hasIntersection (Results 1 – 3 of 3) sorted by relevance
284 private static boolean hasIntersection(int aMin, int aMax, int bMin, int bMax) { in hasIntersection() method in SpanUtils314 if (!hasIntersection(start, end, uncoveredStart, uncoveredEnd)) { in isCovered()
303 final boolean hasIntersection = relativeFrame.isEmpty() in calculateInsets()306 if (!hasIntersection) { in calculateInsets()
2308 private static <T> boolean hasIntersection(Set<T> a, Set<T> b) { in hasIntersection() method in AudioDeviceBroker2324 && hasIntersection(mDeviceInventory.DEVICE_OVERRIDE_A2DP_ROUTE_ON_PLUG_SET, in messageMutesMusic()