Searched refs:inverseColor (Results 1 – 2 of 2) sorted by relevance
50 private final int inverseColor; field in SwipeButtonView122 inverseColor = 0xff000000; in SwipeButtonView()160 int color = (int) colorInterpolator.evaluate(alpha, normalColor, inverseColor); in updateIconColor()
208 final int inverseColor = dark ? Color.BLACK : Color.WHITE; in setBackgroundTintColor() local211 deleteFgColor = inverseColor; in setBackgroundTintColor()