Home
last modified time | relevance | path

Searched defs:updateWindowBackgroundColor (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DAnswerScreenPresenterStub.java53 public void updateWindowBackgroundColor(@FloatRange(from = -1f, to = 1.0f) float progress) {} in updateWindowBackgroundColor() method in AnswerScreenPresenterStub
DAnswerScreenPresenter.java220 public void updateWindowBackgroundColor(@FloatRange(from = -1f, to = 1.0f) float progress) { in updateWindowBackgroundColor() method in AnswerScreenPresenter
DInCallActivity.java895 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