Loading libs/WindowManager/Shell/res/raw/app_to_web_education_image.json +1 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/education/LottieAnimationUtils.kt +4 −4 Original line number Diff line number Diff line Loading @@ -33,13 +33,13 @@ import kotlinx.coroutines.withContext private fun getMaterialColorMap(colorScheme: ColorScheme) = mapOf( ".Primary" to colorScheme.primary, ".primary" to colorScheme.primary, ".onPrimary" to colorScheme.onPrimary, ".Tertiary" to colorScheme.tertiary, ".Surface" to colorScheme.surface, ".tertiary" to colorScheme.tertiary, ".surface" to colorScheme.surface, ".onSurface" to colorScheme.onSurface, ".sContainerHighest" to colorScheme.surfaceContainerHighest, ".InverseSurface" to colorScheme.inverseSurface, ".inverseSurface" to colorScheme.inverseSurface, ) private fun applyDynamicColors( Loading Loading
libs/WindowManager/Shell/res/raw/app_to_web_education_image.json +1 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes
libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/education/LottieAnimationUtils.kt +4 −4 Original line number Diff line number Diff line Loading @@ -33,13 +33,13 @@ import kotlinx.coroutines.withContext private fun getMaterialColorMap(colorScheme: ColorScheme) = mapOf( ".Primary" to colorScheme.primary, ".primary" to colorScheme.primary, ".onPrimary" to colorScheme.onPrimary, ".Tertiary" to colorScheme.tertiary, ".Surface" to colorScheme.surface, ".tertiary" to colorScheme.tertiary, ".surface" to colorScheme.surface, ".onSurface" to colorScheme.onSurface, ".sContainerHighest" to colorScheme.surfaceContainerHighest, ".InverseSurface" to colorScheme.inverseSurface, ".inverseSurface" to colorScheme.inverseSurface, ) private fun applyDynamicColors( Loading