Searched refs:iconColors (Results 1 – 6 of 6) sorted by relevance
243 val iconColorsLookup by collectLastValue(underTest.iconColors) in iconColors_testsDarkBounds()246 val iconColors = iconColorsLookup?.iconColors(Rect()) in iconColors_testsDarkBounds() constant247 assertThat(iconColors).isNotNull() in iconColors_testsDarkBounds()248 iconColors!! in iconColors_testsDarkBounds()250 assertThat(iconColors.tint).isEqualTo(0xAABBCC) in iconColors_testsDarkBounds()252 val staticDrawableColor = iconColors.staticDrawableColor(Rect()) in iconColors_testsDarkBounds()266 val iconColorsLookup by collectLastValue(underTest.iconColors) in iconColors_staticDrawableColor_notInDarkTintArea()267 val iconColors = iconColorsLookup?.iconColors(Rect(1, 1, 4, 4)) in iconColors_staticDrawableColor_notInDarkTintArea() constant268 val staticDrawableColor = iconColors?.staticDrawableColor(Rect(6, 6, 7, 7)) in iconColors_staticDrawableColor_notInDarkTintArea()281 val iconColorsLookup by collectLastValue(underTest.iconColors) in iconColors_notInDarkTintArea()[all …]
58 iconColors: Flow<NotificationIconColors>, in <lambda>()61 iconColors.collectTracingEach("SBIV#bindIconColors") { colors -> in <lambda>()
72 val iconColors: StateFlow<NotificationIconColors> = in <lambda>() constant73 viewModel.iconColors.mapNotNull { it.iconColors(view.viewBounds) }.stateIn(this) in <lambda>()84 iconColors, in <lambda>()
25 fun iconColors(viewBounds: Rect): NotificationIconColors? in interface() method
72 val iconColors: Flow<NotificationIconColorLookup> = in <lambda>() constant
208 final ColorStateList[] iconColors = getWindowingIconColor(); in setupWindowingPill() local209 final ColorStateList inActiveColorStateList = iconColors[0]; in setupWindowingPill()210 final ColorStateList activeColorStateList = iconColors[1]; in setupWindowingPill()