Searched refs:mDarkChange (Results 1 – 1 of 1) sorted by relevance
94 private final MutableStateFlow<DarkChange> mDarkChange = StateFlowKt.MutableStateFlow( field in KeyguardStatusBarView477 mDarkChange.setValue(new DarkChange(mEmptyTintRect, intensity, iconColor)); in updateIconsAndTextColors()542 return FlowKt.asStateFlow(mDarkChange);