Searched refs:themeColorManager (Results 1 – 2 of 2) sorted by relevance
270 private ThemeColorManager themeColorManager; field in InCallPresenter370 if (themeColorManager == null) { in setUp()371 themeColorManager = new ThemeColorManager(new InCallUIMaterialColorMapUtils(this.context)); in setUp()1094 themeColorManager.setPendingPhoneAccountHandle(handle); in setBoundAndWaitingForOutgoingCall()1839 return themeColorManager; in getThemeColorManager()1843 public void setThemeColorManager(ThemeColorManager themeColorManager) { in setThemeColorManager() argument1844 this.themeColorManager = themeColorManager; in setThemeColorManager()1849 themeColorManager.onForegroundCallChanged(context, newForegroundCall); in onForegroundCallChanged()
896 ThemeColorManager themeColorManager = InCallPresenter.getInstance().getThemeColorManager(); in updateWindowBackgroundColor() local903 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()