Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.h155 void NotifyTabContentStateUpdate(const TabContentInfo& info);
H A Dobserver_handler.cpp135 void UIObserverHandler::NotifyTabContentStateUpdate(const TabContentInfo& info) in NotifyTabContentStateUpdate() function in OHOS::Ace::NG::UIObserverHandler
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.cpp120 UIObserverHandler::GetInstance().NotifyTabContentStateUpdate(oldTabContentInfo); in FireTabContentStateCallback()
129 UIObserverHandler::GetInstance().NotifyTabContentStateUpdate(nextTabContentInfo); in FireTabContentStateCallback()