Searched refs:swipeTextAlpha (Results 1 – 1 of 1) sorted by relevance
429 float swipeTextAlpha = Math.max(0, 1 - Math.abs(clampedProgress) * progressSlots); in updateSwipeTextAndPuckForTouch() local430 fadeToward(swipeToAnswerText, swipeTextAlpha); in updateSwipeTextAndPuckForTouch()432 fadeToward(swipeToRejectText, Math.min(swipeTextAlpha, swipeToRejectText.getAlpha())); in updateSwipeTextAndPuckForTouch()434 fadeToward(incomingDisconnectText, incomingWillDisconnect ? swipeTextAlpha : 0); in updateSwipeTextAndPuckForTouch()