Home
last modified time | relevance | path

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

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