Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java329 ThemeColorManager themeColorManager = InCallPresenter.getInstance().getThemeColorManager(); in updateWindowBackgroundColor() local
336 top = themeColorManager.getBackgroundColorSolid(); in updateWindowBackgroundColor()
337 middle = themeColorManager.getBackgroundColorSolid(); in updateWindowBackgroundColor()
338 bottom = themeColorManager.getBackgroundColorSolid(); in updateWindowBackgroundColor()
340 top = themeColorManager.getBackgroundColorTop(); in updateWindowBackgroundColor()
341 middle = themeColorManager.getBackgroundColorMiddle(); in updateWindowBackgroundColor()
342 bottom = themeColorManager.getBackgroundColorBottom(); in updateWindowBackgroundColor()