Searched refs:getPrimaryColor (Results 1 – 8 of 8) sorted by relevance
34 public abstract int getPrimaryColor(); in getPrimaryColor() method in BubbleInfo53 .setPrimaryColor(bubbleInfo.getPrimaryColor()) in from()
165 desc.getPrimaryColor(), in getCacheEntry()174 desc.getPrimaryColor(), in getCacheEntry()
110 public int getPrimaryColor() { in getPrimaryColor() method in ThemeColorManager
173 int textColor = InCallPresenter.getInstance().getThemeColorManager().getPrimaryColor(); in updateColors()
473 InCallPresenter.getInstance().getThemeColorManager().getPrimaryColor()) in updatePrimaryCallState()
398 builder.setColor(InCallPresenter.getInstance().getThemeColorManager().getPrimaryColor()); in buildAndSendNotification()
628 mBackgroundDrawable.setColor(getPrimaryColor(wallpaperColors)); in onStart()905 mBackgroundDrawable.setColor(getPrimaryColor(colors)); in onColorsChanged()1214 private int getPrimaryColor(WallpaperColors colors) { in getPrimaryColor() method in EmergencyDialer1221 Color primary = colors.getPrimaryColor(); in getPrimaryColor()
349 mPlaceholderColor = mWallpaperColors.getPrimaryColor().toArgb();