Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Dbubble_element.cpp58 if (IsDeclarative() && stateChangeEvent_) { in FirePopEvent()
63 bool BubbleElement::IsDeclarative() in IsDeclarative() function in OHOS::Ace::BubbleElement
H A Dbubble_element.h41 bool IsDeclarative();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element_v2.cpp45 if (IsDeclarative()) { in PerformBuild()
103 bool PopupElementV2::IsDeclarative() in IsDeclarative() function in OHOS::Ace::PopupElementV2
H A Dpopup_element_v2.h32 bool IsDeclarative();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.h153 bool IsDeclarative() in IsDeclarative() function
H A Drender_grid_layout.cpp95 isDeclarative_ = grid->IsDeclarative(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.h157 bool IsDeclarative();
H A Daccessibility_node_manager.cpp401 if (IsDeclarative()) { in CreateAccessibilityNode()
737 bool AccessibilityNodeManager::IsDeclarative() in IsDeclarative() function in OHOS::Ace::Framework::AccessibilityNodeManager
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp2824 …node->GetNodeId() == GetRootNodeId() + ROOT_STACK_BASE) && !children.empty() && !IsDeclarative()) { in UpdateNodeChildIds()