Home
last modified time | relevance | path

Searched refs:normalColor (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
DSwipeButtonView.java51 private final int normalColor; field in SwipeButtonView
121 normalColor = 0xffffffff; in SwipeButtonView()
160 int color = (int) colorInterpolator.evaluate(alpha, normalColor, inverseColor); in updateIconColor()