Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_stack_model_ng.h119 bool CheckTopNodeFirstBuilding() const override in CheckTopNodeFirstBuilding() function
121 return ViewStackProcessor::GetInstance()->CheckTopNodeFirstBuilding(); in CheckTopNodeFirstBuilding()
H A Dview_stack_model.h53 virtual bool CheckTopNodeFirstBuilding() const = 0;
H A Dview_stack_processor.h426 bool CheckTopNodeFirstBuilding() const in CheckTopNodeFirstBuilding() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_stack_model_impl.h120 bool CheckTopNodeFirstBuilding() const override in CheckTopNodeFirstBuilding() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_context_ffi.cpp114 if (ViewStackModel::GetInstance()->CheckTopNodeFirstBuilding()) { in FfiOHOSAceFrameworkViewContextAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp570 if (ViewStackModel::GetInstance()->CheckTopNodeFirstBuilding()) { in JSAnimation()