Searched refs:isDarkMode (Results 1 – 3 of 3) sorted by relevance
74 private static boolean isDarkMode(Context context) { in isDarkMode() method in LottieColorUtils83 if (isDarkMode(context)) { in applyDynamicColors()
97 private static boolean isDarkMode(Context context) { in isDarkMode() method in ColorUtils108 final int color = isDarkMode(context) ? fixedColorPair.second : fixedColorPair.first; in applyDynamicColors()
441 if (!isDarkMode(context)) {464 private fun isDarkMode(context: Context): Boolean { regex