Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java414 final float positiveAdjustedProgress = Math.abs(clampedProgress); in updateSwipeTextAndPuckForTouch() local
447 ColorUtils.setAlphaComponent(destPuckColor, (int) (0xFF * positiveAdjustedProgress)); in updateSwipeTextAndPuckForTouch()
456 rotateToward(contactPuckIcon, positiveAdjustedProgress * ICON_END_CALL_ROTATION_DEGREES); in updateSwipeTextAndPuckForTouch()
461 fadeToward(contactPuckIcon, positiveAdjustedProgress); in updateSwipeTextAndPuckForTouch()
463 float iconProgress = Math.min(1f, positiveAdjustedProgress * 4); in updateSwipeTextAndPuckForTouch()