Home
last modified time | relevance | path

Searched refs:themeColorManager (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java270 private ThemeColorManager themeColorManager; field in InCallPresenter
367 if (themeColorManager == null) { in setUp()
368 themeColorManager = new ThemeColorManager(new InCallUIMaterialColorMapUtils(this.context)); in setUp()
1091 themeColorManager.setPendingPhoneAccountHandle(handle); in setBoundAndWaitingForOutgoingCall()
1834 return themeColorManager; in getThemeColorManager()
1838 public void setThemeColorManager(ThemeColorManager themeColorManager) { in setThemeColorManager() argument
1839 this.themeColorManager = themeColorManager; in setThemeColorManager()
1844 themeColorManager.onForegroundCallChanged(context, newForegroundCall); in onForegroundCallChanged()
DInCallActivity.java896 ThemeColorManager themeColorManager = InCallPresenter.getInstance().getThemeColorManager(); in updateWindowBackgroundColor() local
903 top = themeColorManager.getBackgroundColorSolid(); in updateWindowBackgroundColor()
904 middle = themeColorManager.getBackgroundColorSolid(); in updateWindowBackgroundColor()
905 bottom = themeColorManager.getBackgroundColorSolid(); in updateWindowBackgroundColor()
907 top = themeColorManager.getBackgroundColorTop(); in updateWindowBackgroundColor()
908 middle = themeColorManager.getBackgroundColorMiddle(); in updateWindowBackgroundColor()
909 bottom = themeColorManager.getBackgroundColorBottom(); in updateWindowBackgroundColor()