Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DAnswerScreenPresenter.java220 public void updateWindowBackgroundColor(@FloatRange(from = -1f, to = 1.0f) float progress) { in updateWindowBackgroundColor() method in AnswerScreenPresenter
223 activity.updateWindowBackgroundColor(progress); in updateWindowBackgroundColor()
DAnswerScreenPresenterStub.java53 public void updateWindowBackgroundColor(@FloatRange(from = -1f, to = 1.0f) float progress) {} in updateWindowBackgroundColor() method in AnswerScreenPresenterStub
DInCallActivity.java880 updateWindowBackgroundColor(0 /* progress */); in onForegroundCallChanged()
895 public void updateWindowBackgroundColor(@FloatRange(from = -1f, to = 1.0f) float progress) { in updateWindowBackgroundColor() method in InCallActivity
/packages/apps/Dialer/java/com/android/incallui/answer/protocol/
DAnswerScreenDelegate.java49 void updateWindowBackgroundColor(@FloatRange(from = -1f, to = 1.0f) float progress); in updateWindowBackgroundColor() method
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerFragment.java911 answerScreenDelegate.updateWindowBackgroundColor(answerProgress); in onAnswerProgressUpdate()
1012 answerScreenDelegate.updateWindowBackgroundColor(0); in restoreBackgroundMaskColor()