Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/recents/ui/viewmodel/
DTaskViewModel.kt144 backgroundColor = result.backgroundColor.removeAlpha(), in <lambda>()
149 @ColorInt private fun Int.removeAlpha(): Int = ColorUtils.setAlphaComponent(this, 0xff) in <lambda>() method