Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java429 float swipeTextAlpha = Math.max(0, 1 - Math.abs(clampedProgress) * progressSlots); in updateSwipeTextAndPuckForTouch() local
430 fadeToward(swipeToAnswerText, swipeTextAlpha); in updateSwipeTextAndPuckForTouch()
432 fadeToward(swipeToRejectText, Math.min(swipeTextAlpha, swipeToRejectText.getAlpha())); in updateSwipeTextAndPuckForTouch()
434 fadeToward(incomingDisconnectText, incomingWillDisconnect ? swipeTextAlpha : 0); in updateSwipeTextAndPuckForTouch()