Home | History | Annotate | Download | only in impl

Lines Matching defs:startDelay

866     float startDelay = .25f;
867 // Header progress is zero over positiveAdjustedProgress = [0, startDelay],
868 // linearly increases over (startDelay, 1] until reaching 1 when positiveAdjustedProgress = 1
869 float headerProgress = Math.max(0, (Math.abs(answerProgress) - 1) / (1 - startDelay) + 1);