Searched refs:colorIntToHex (Results 1 – 1 of 1) sorted by relevance
223 + colorIntToHex(context, R.color.sud_dynamic_color_accent_glif_v3_light) in getDynamicColorTheme()226 ? colorIntToHex(context, android.R.color.system_accent1_600) in getDynamicColorTheme()229 + colorIntToHex(context, R.color.sud_dynamic_color_accent_glif_v3_dark) in getDynamicColorTheme()232 ? colorIntToHex(context, android.R.color.system_accent1_100) in getDynamicColorTheme()269 private static String colorIntToHex(Context context, int colorInt) { in colorIntToHex() method in ThemeHelper