Home
last modified time | relevance | path

Searched defs:uiNode (Results 1 – 25 of 74) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dspan_model_ng.cpp151 void SpanModelNG::SetTextShadow(UINode* uiNode, const std::vector<Shadow>& value) in SetTextShadow()
156 void SpanModelNG::ResetTextShadow(UINode *uiNode) in ResetTextShadow()
182 void SpanModelNG::SetOnClick(UINode* uiNode, GestureEventFunc&& click) in SetOnClick()
192 void SpanModelNG::ClearOnClick(UINode* uiNode) in ClearOnClick()
227 void SpanModelNG::InitSpan(UINode* uiNode, const std::string& content) in InitSpan()
232 void SpanModelNG::SetFontWeight(UINode* uiNode, FontWeight value) in SetFontWeight()
241 void SpanModelNG::ResetFontWeight(UINode *uiNode) in ResetFontWeight()
246 void SpanModelNG::SetTextCase(UINode* uiNode, TextCase value) in SetTextCase()
254 void SpanModelNG::ResetTextCase(UINode *uiNode) in ResetTextCase()
259 void SpanModelNG::SetItalicFontStyle(UINode* uiNode, Ace::FontStyle value) in SetItalicFontStyle()
[all …]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_span_modifier.cpp46 auto* uiNode = reinterpret_cast<UINode*>(node); in SetSpanContent() local
54 auto* uiNode = reinterpret_cast<UINode*>(node); in GetSpanContent() local
62 auto* uiNode = reinterpret_cast<UINode*>(node); in SetSpanSrc() local
69 auto* uiNode = reinterpret_cast<UINode*>(node); in SetSpanTextCase() local
77 auto* uiNode = reinterpret_cast<UINode*>(node); in GetSpanTextCase() local
84 auto* uiNode = reinterpret_cast<UINode*>(node); in ResetSpanTextCase() local
91 auto* uiNode = reinterpret_cast<UINode*>(node); in SetSpanFontWeightStr() local
98 auto* uiNode = reinterpret_cast<UINode*>(node); in SetSpanFontWeight() local
106 auto* uiNode = reinterpret_cast<UINode*>(node); in GetSpanFontWeight() local
113 auto* uiNode = reinterpret_cast<UINode*>(node); in ResetSpanFontWeight() local
[all …]
Dnode_content_modifier.cpp31 auto* uiNode = reinterpret_cast<UINode*>(child); in AddChild() local
41 auto* uiNode = reinterpret_cast<UINode*>(child); in InsertChild() local
51 auto* uiNode = reinterpret_cast<UINode*>(child); in RemoveChild() local
Dnode_container_span_modifier.cpp35 auto* uiNode = reinterpret_cast<UINode*>(node); in SetContainerSpanTextBackgroundStyle() local
54 auto* uiNode = reinterpret_cast<UINode*>(node); in ResetContainerSpanTextBackgroundStyle() local
Dframe_node_modifier.cpp61 auto uiNode = AceType::Claim<UINode>(node); in GetParentNode() local
212 auto* uiNode = reinterpret_cast<UINode*>(node); in PropertyUpdate() local
535 auto* uiNode = reinterpret_cast<UINode*>(node); in AddCustomProperty() local
547 auto* uiNode = reinterpret_cast<UINode*>(node); in RemoveCustomProperty() local
559 auto uiNode = reinterpret_cast<UINode*>(node); in GetCurrentPageRootNode() local
567 auto uiNode = reinterpret_cast<UINode*>(node); in GetNodeTag() local
Dnode_adapter_impl.cpp405 auto* uiNode = reinterpret_cast<NG::UINode*>(host); in AttachHostNode() local
412 auto* uiNode = reinterpret_cast<NG::UINode*>(host); in DetachHostNode() local
426 auto* uiNode = reinterpret_cast<NG::UINode*>(host); in GetNodeAdapter() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
Dshape_pattern_test_ng.cpp86 RefPtr<UINode> uiNode = ViewStackProcessor::GetInstance()->Finish(); variable
153 RefPtr<UINode> uiNode = ViewStackProcessor::GetInstance()->Finish(); variable
257 RefPtr<UINode> uiNode = ViewStackProcessor::GetInstance()->Finish(); variable
291 RefPtr<UINode> uiNode = ViewStackProcessor::GetInstance()->Finish(); variable
327 RefPtr<UINode> uiNode = ViewStackProcessor::GetInstance()->Finish(); variable
379 RefPtr<UINode> uiNode = ViewStackProcessor::GetInstance()->Finish(); variable
Dshape_container_pattern_test_ng.cpp80 RefPtr<UINode> uiNode = ViewStackProcessor::GetInstance()->Finish(); variable
140 RefPtr<UINode> uiNode = ViewStackProcessor::GetInstance()->Finish(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
Dcustom_node_pattern.cpp32 auto uiNode = customNodeLayoutAlgorithm->MoveBuildItem(); in OnDirtyLayoutWrapperSwap() local
Dcustom_node_base.cpp66 auto uiNode = AceType::DynamicCast<UINode>(Claim(this)); in FireRecycleSelf() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
Dlazy_layout_wrapper_builder.cpp98 RefPtr<UINode> uiNode; in OnGetOrCreateWrapperByIndexLegacy() local
169 auto uiNode = itemInfo.second; in OnExpandChildLayoutWrapper() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_full_update_model_ng.cpp38 auto uiNode = internalRender(); in CreateNode() local
Dinspector.cpp114 void GetFrameNodeChildren(const RefPtr<NG::UINode>& uiNode, std::vector<RefPtr<NG::UINode>>& childr… in GetFrameNodeChildren()
229 for (auto uiNode : children) { in GetInspectorChildren() local
240 void GetFrameNodeChildren(const RefPtr<NG::UINode>& uiNode, std::vector<RefPtr<NG::UINode>>& childr… in GetFrameNodeChildren()
362 for (auto uiNode : children) { in GetInspectorChildren() local
403 for (auto& uiNode : children) { in GetInspectorInfo() local
710 for (auto uiNode : children) { in GetSimplifiedInspectorChildren() local
755 for (auto& uiNode : children) { in GetSimplifiedInspector() local
903 RefPtr<RecNode> Inspector::AddInspectorTreeNode(const RefPtr<NG::UINode>& uiNode, InspectorTreeMap&… in AddInspectorTreeNode()
927 for (auto& uiNode : children) { in GetInspectorTreeInfo() local
958 for (auto uiNode : children) { in GetInspectorChildrenInfo() local
Dview_stack_model_ng.h33 auto uiNode = AceType::DynamicCast<UINode>(node); in Push() local
Ddistributed_ui.cpp82 for (const auto& uiNode : children) { in DumpUITree() local
450 for (const auto& uiNode : children) { in DumpTreeInner() local
570 RefPtr<UINode> uiNode = nullptr; in RestoreNode() local
593 RefPtr<UINode> root, RefPtr<UINode> uiNode, const std::unique_ptr<NodeObject>& nodeObject) in AttachToTree()
611 auto uiNode = RestoreNode(nodeObject); in AddNode() local
Dview_stack_processor.cpp45 auto uiNode = GetMainElementNode(); in GetMainFrameNode() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
Dcustom_test_ng.cpp108 auto uiNode = internalRender(); in __anon93c400140302() local
155 auto uiNode = internalRender(); in __anon93c400140502() local
203 auto uiNode = internalRender(); in __anon93c400140702() local
321 auto uiNode = internalRender(); in __anon93c400140d02() local
378 auto uiNode = internalRender(); in __anon93c400140f02() local
440 auto uiNode = internalRender(); in __anon93c400141102() local
496 auto uiNode = internalRender(); in __anon93c400141302() local
794 RefPtr<UINode> uiNode = in __anon93c400142002() local
820 RefPtr<UINode> uiNode = in __anon93c400142102() local
865 auto uiNode = internalRender(); in __anon93c400142302() local
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/recycle_view/
Drecycle_dummy_node.cpp34 auto uiNode = AceType::DynamicCast<UINode>(customNode); in WrapRecycleDummyNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_item_accessibility_property.cpp44 auto uiNode = DynamicCast<UINode>(frameNode); in GetCollectionItemInfo() local
Dgrid_item_layout_property.cpp30 auto uiNode = DynamicCast<UINode>(host); in ResetGridLayoutInfoAndMeasure() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_navigation_stack.h38 RefPtr<NG::UINode> uiNode; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dtarget_component.cpp22 void TargetComponent::SetNode(const WeakPtr<UINode>& uiNode) in SetNode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_stack_model_impl.h31 auto uiNode = AceType::DynamicCast<Component>(node); in Push() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dcomponent_snapshot.cpp181 auto uiNode = AceType::DynamicCast<UINode>(customNode); in GetTaskExecutor() local
276 RefPtr<UINode> uiNode = AceType::DynamicCast<UINode>(customNode); in Create() local
420 RefPtr<UINode> uiNode = AceType::DynamicCast<UINode>(customNode); in CreateSync() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/post_event/
Dpost_event_manager.cpp23 bool PostEventManager::PostEvent(const RefPtr<NG::UINode>& uiNode, TouchEvent& touchEvent) in PostEvent()

123