Searched defs:inverseColor (Results 1 – 3 of 3) sorted by relevance
90 static int getInverseTint(Collection<Rect> tintAreas, View view, int inverseColor) { in getInverseTint()
513 val inverseColor = in BatteryIcon() constant633 val inverseColor = in ContentScope() constant
217 final int inverseColor = dark ? Color.BLACK : Color.WHITE; in setBackgroundTintColor() local