Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java442 int destPuckColor = in updateSwipeTextAndPuckForTouch() local
446 destPuckColor = in updateSwipeTextAndPuckForTouch()
447 ColorUtils.setAlphaComponent(destPuckColor, (int) (0xFF * positiveAdjustedProgress)); in updateSwipeTextAndPuckForTouch()
448 contactPuckBackground.setBackgroundTintList(ColorStateList.valueOf(destPuckColor)); in updateSwipeTextAndPuckForTouch()
450 contactPuckBackground.setColorFilter(destPuckColor); in updateSwipeTextAndPuckForTouch()