Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp337 if (statusBarBgColorEventHandler_) { in NotifyStatusBarBgColor()
338 statusBarBgColorEventHandler_(color); in NotifyStatusBarBgColor()
H A Dpipeline_base.h481 statusBarBgColorEventHandler_ = std::move(listener); in SetStatusBarEventHandler()
1613 StatusBarEventHandler statusBarBgColorEventHandler_; variable