Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/data/
DDockAppItem.kt58 fun getIconColorWithScrim( in getIconColorWithScrim() method
66 @ColorInt val iconColorWithScrim = getIconColorWithScrim(iconColor, iconColorScrim)
/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/
DDockInterface.kt58 fun getIconColorWithScrim(componentName: ComponentName): Int method
DDockViewController.kt221 override fun getIconColorWithScrim(componentName: ComponentName) = in <lambda>() method
222 dockViewModel.getIconColorWithScrim(componentName) in <lambda>()
DDockViewModel.kt251 fun getIconColorWithScrim(componentName: ComponentName): Int { in <lambda>() method
252 return DockAppItem.getIconColorWithScrim(getIconColor(componentName)) in <lambda>()
/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/
DDockItemViewHolder.kt137 Callable { dockController.getIconColorWithScrim(componentName) } in dropAnimationsStarting()