Searched refs:headerProgress (Results 1 – 1 of 1) sorted by relevance
918 float headerProgress = Math.max(0, (Math.abs(answerProgress) - 1) / (1 - startDelay) + 1); in onAnswerProgressUpdate() local919 fadeToward(contactGridManager.getContainerView(), 1 - headerProgress); in onAnswerProgressUpdate()920 scaleToward(contactGridManager.getContainerView(), MathUtil.lerp(1f, .75f, headerProgress)); in onAnswerProgressUpdate()