Home
last modified time | relevance | path

Searched defs:isDynamicRender (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
Dcontainer.h422 void SetIsDynamicRender(bool isDynamicRender) in SetIsDynamicRender()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dfocus_hub.cpp819 auto isDynamicRender = container == nullptr ? false : container->IsDynamicRender(); in RequestNextFocusOfKeyTab() local
848 auto isDynamicRender = container == nullptr ? false : container->IsDynamicRender(); in RequestNextFocusOfKeyTab() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/
Dpipeline_base.h765 void SetIsDynamicRender(bool isDynamicRender) in SetIsDynamicRender()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
Dpipeline_context.cpp460 …auto isDynamicRender = Container::Current() == nullptr ? false : Container::Current()->IsDynamicRe… in FlushVsync() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
Djs_accessibility_manager.cpp2702 bool isDynamicRender = container && container->IsDynamicRender(); in TransferAccessibilityAsyncEvent() local