Home
last modified time | relevance | path

Searched defs:updateWindowBackgroundColor (Results 1 – 4 of 4) 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
H A DInCallActivity.java895 public void updateWindowBackgroundColor(@FloatRange(from = -1f, to = 1.0f) float progress) { in updateWindowBackgroundColor() method in InCallActivity