Searched refs:positiveAdjustedProgress (Results 1 – 1 of 1) sorted by relevance
414 final float positiveAdjustedProgress = Math.abs(clampedProgress); in updateSwipeTextAndPuckForTouch() local447 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()