Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDarkIconDispatcherImpl.java55 private final MutableStateFlow<DarkChange> mDarkChangeFlow = StateFlowKt.MutableStateFlow( field in DarkIconDispatcherImpl
79 return FlowKt.asStateFlow(mDarkChangeFlow); in darkChangeFlow()
138 mDarkChangeFlow.setValue(new DarkChange(mTintAreas, mDarkIntensity, mIconTint)); in applyIconTint()