Searched refs:getIconColorWithScrim (Results 1 – 5 of 5) sorted by relevance
58 fun getIconColorWithScrim( in getIconColorWithScrim() method66 @ColorInt val iconColorWithScrim = getIconColorWithScrim(iconColor, iconColorScrim)
58 fun getIconColorWithScrim(componentName: ComponentName): Int method
221 override fun getIconColorWithScrim(componentName: ComponentName) = in <lambda>() method222 dockViewModel.getIconColorWithScrim(componentName) in <lambda>()
251 fun getIconColorWithScrim(componentName: ComponentName): Int { in <lambda>() method252 return DockAppItem.getIconColorWithScrim(getIconColor(componentName)) in <lambda>()
137 Callable { dockController.getIconColorWithScrim(componentName) } in dropAnimationsStarting()