Home
last modified time | relevance | path

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

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_model_ng.cpp156 void SpanModelNG::ResetTextShadow(UINode *uiNode) in ResetTextShadow()
192 void SpanModelNG::ClearOnClick(UINode* uiNode) in ClearOnClick()
241 void SpanModelNG::ResetFontWeight(UINode *uiNode) in ResetFontWeight()
254 void SpanModelNG::ResetTextCase(UINode *uiNode) in ResetTextCase()
280 void SpanModelNG::ResetLineHeight(UINode* uiNode) in ResetLineHeight()
293 void SpanModelNG::ResetFontSize(UINode *uiNode) in ResetFontSize()
306 void SpanModelNG::ResetFontFamily(UINode *uiNode) in ResetFontFamily()
358 void SpanModelNG::ResetTextColor(UINode *uiNode) in ResetTextColor()
400 void SpanModelNG::ResetFont(UINode *uiNode) in ResetFont()
477 Color SpanModelNG::GetFontColor(UINode* uiNode) in GetFontColor()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A 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 …]
H A 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
H A Dnode_container_span_modifier.cpp35 auto* uiNode = reinterpret_cast<UINode*>(node); in SetContainerSpanTextBackgroundStyle() local
54 auto* uiNode = reinterpret_cast<UINode*>(node); in ResetContainerSpanTextBackgroundStyle() local
H A 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
H A 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
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A 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
H A Dshape_container_pattern_test_ng.cpp80 RefPtr<UINode> uiNode = ViewStackProcessor::GetInstance()->Finish(); variable
140 RefPtr<UINode> uiNode = ViewStackProcessor::GetInstance()->Finish(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_pattern.cpp32 auto uiNode = customNodeLayoutAlgorithm->MoveBuildItem(); in OnDirtyLayoutWrapperSwap() local
H A Dcustom_node_base.cpp66 auto uiNode = AceType::DynamicCast<UINode>(Claim(this)); in FireRecycleSelf() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_full_update_model_ng.cpp38 auto uiNode = internalRender(); in CreateNode() local
H A 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
H A Dview_stack_model_ng.h33 auto uiNode = AceType::DynamicCast<UINode>(node); in Push() local
H A 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
H A Dview_stack_processor.cpp45 auto uiNode = GetMainElementNode(); in GetMainFrameNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_layout_wrapper_builder.cpp98 RefPtr<UINode> uiNode; in OnGetOrCreateWrapperByIndexLegacy() local
169 auto uiNode = itemInfo.second; in OnExpandChildLayoutWrapper() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp108 auto uiNode = internalRender(); in __anon71f9752b0302() local
155 auto uiNode = internalRender(); in __anon71f9752b0502() local
203 auto uiNode = internalRender(); in __anon71f9752b0702() local
321 auto uiNode = internalRender(); in __anon71f9752b0d02() local
378 auto uiNode = internalRender(); in __anon71f9752b0f02() local
440 auto uiNode = internalRender(); in __anon71f9752b1102() local
496 auto uiNode = internalRender(); in __anon71f9752b1302() local
794 RefPtr<UINode> uiNode = in __anon71f9752b2002() local
820 RefPtr<UINode> uiNode = in __anon71f9752b2102() local
865 auto uiNode = internalRender(); in __anon71f9752b2302() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_accessibility_property.cpp44 auto uiNode = DynamicCast<UINode>(frameNode); in GetCollectionItemInfo() local
H A Dgrid_item_layout_property.cpp30 auto uiNode = DynamicCast<UINode>(host); in ResetGridLayoutInfoAndMeasure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/recycle_view/
H A Drecycle_dummy_node.cpp34 auto uiNode = AceType::DynamicCast<UINode>(customNode); in WrapRecycleDummyNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.h38 RefPtr<NG::UINode> uiNode; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dtarget_component.cpp22 void TargetComponent::SetNode(const WeakPtr<UINode>& uiNode) in SetNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_stack_model_impl.h31 auto uiNode = AceType::DynamicCast<Component>(node); in Push() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/post_event/
H A Dpost_event_manager.cpp23 bool PostEventManager::PostEvent(const RefPtr<NG::UINode>& uiNode, TouchEvent& touchEvent) in PostEvent()

123