Searched refs:colorInterpolator (Results 1 – 1 of 1) sorted by relevance
52 private final ArgbEvaluator colorInterpolator; field in SwipeButtonView127 colorInterpolator = new ArgbEvaluator(); in SwipeButtonView()160 int color = (int) colorInterpolator.evaluate(alpha, normalColor, inverseColor); in updateIconColor()