Searched refs:complement (Results 1 – 4 of 4) sorted by relevance
95 const float complement = std::fmod(color + 0.5f, 1.0f); in setColor() local97 .setColor(mButton, half3{complement, complement, complement}) in setColor()
172 BitSet removed = complement(currentInfos, polledResult); in checkHotplug()196 BitSet added = complement(polledResult, currentInfosWithPhysicalAddress); in checkHotplug()228 private static BitSet complement(BitSet first, BitSet second) { in complement() method in HotplugDetectionAction
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
28473 HSPLjava/util/RegularEnumSet;->complement()V