Searched defs:answerProgress (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DAnswerMethodHolder.java27 * @param answerProgress float representing progress. -1 is fully declined, 1 is fully answered,
30 void onAnswerProgressUpdate(@FloatRange(from = -1f, to = 1f) float answerProgress); argument
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerFragment.java831 public void onAnswerProgressUpdate(@FloatRange(from = -1f, to = 1f) float answerProgress) { argument
835 answerScreenDelegate.updateWindowBackgroundColor(answerProgress);
842 float headerProgress = Math.max(0, (Math.abs(answerProgress) - 1) / (1 - startDelay) + 1);
846 if (Math.abs(answerProgress) >= .0001) {

Completed in 207 milliseconds