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.java140 public void updateWindowBackgroundColor(@FloatRange(from = -1f, to = 1.0f) float progress) { in updateWindowBackgroundColor() method in AnswerScreenPresenter
143 activity.updateWindowBackgroundColor(progress); in updateWindowBackgroundColor()
DAnswerScreenPresenterStub.java46 public void updateWindowBackgroundColor(@FloatRange(from = -1f, to = 1.0f) float progress) {} in updateWindowBackgroundColor() method in AnswerScreenPresenterStub
DInCallActivity.java324 updateWindowBackgroundColor(0); in onForegroundCallChanged()
328 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.java44 void updateWindowBackgroundColor(@FloatRange(from = -1f, to = 1.0f) float progress); in updateWindowBackgroundColor() method
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerFragment.java823 answerScreenDelegate.updateWindowBackgroundColor(answerProgress); in onAnswerProgressUpdate()
924 answerScreenDelegate.updateWindowBackgroundColor(0); in restoreBackgroundMaskColor()