Home
last modified time | relevance | path

Searched defs:uiNode (Results 26 - 50 of 67) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.cpp183 auto uiNode = AceType::DynamicCast<UINode>(customNode); in GetTaskExecutor() local
287 RefPtr<UINode> uiNode = AceType::DynamicCast<UINode>(customNode); in Create() local
439 RefPtr<UINode> uiNode = AceType::DynamicCast<UINode>(customNode); in CreateSync() local
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_napi.cpp75 auto* uiNode = reinterpret_cast<OHOS::Ace::NG::UINode*>(nativePtr); in OH_ArkUI_GetNodeHandleFromNapiValue() local
H A Dnode_model.cpp154 auto* uiNode = impl->getBasicAPI()->createNode(nodes[nodeType], id, ARKUI_NODE_FLAG_C); in CreateNode() local
H A Dgesture_impl.cpp38 void* uiNode = nullptr; member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.cpp393 auto* uiNode = reinterpret_cast<NG::UINode*>(host); in AttachHostNode() local
400 auto* uiNode = reinterpret_cast<NG::UINode*>(host); in DetachHostNode() local
414 auto* uiNode = reinterpret_cast<NG::UINode*>(host); in GetNodeAdapter() local
H A Dframe_node_modifier.cpp55 auto uiNode = AceType::Claim<UINode>(node); in GetParentNode() local
403 auto* uiNode = reinterpret_cast<UINode*>(node); in PropertyUpdate() local
H A Dnode_span_modifier.cpp38 auto* uiNode = reinterpret_cast<UINode*>(node); in SetSpanContent() local
46 auto* uiNode = reinterpret_cast<UINode*>(node); in GetSpanContent() local
54 auto* uiNode = reinterpret_cast<UINode*>(node); in SetSpanSrc() local
61 auto* uiNode in SetSpanTextCase() local
69 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanTextCase() local
76 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanTextCase() local
83 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanFontWeightStr() local
90 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanFontWeight() local
98 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanFontWeight() local
105 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanFontWeight() local
112 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanLineHeight() local
119 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanLineHeight() local
126 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanLineHeight() local
133 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanFontStyle() local
141 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanFontStyle() local
148 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanFontStyle() local
155 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanFontSize() local
162 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanFontSize() local
169 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanFontSize() local
180 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanFontFamily() local
194 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanFontFamily() local
201 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanDecoration() local
211 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanDecoration() local
220 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanDecoration() local
229 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanFontColor() local
236 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanFontColor() local
243 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanFontColor() local
250 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanLetterSpacing() local
263 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanLetterSpacing() local
270 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanLetterSpacing() local
277 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanBaselineOffset() local
284 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanBaselineOffset() local
291 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanBaselineOffset() local
299 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanFont() local
318 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanFont() local
326 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanTextBackgroundStyle() local
345 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanTextBackgroundStyle() local
361 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanTextBackgroundStyle() local
[all...]
H A Dview_model.cpp688 auto* uiNode = reinterpret_cast<UINode*>(nativePtr); in DisposeNode() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement_register.cpp235 auto uiNode = node.Upgrade(); in GetAttachedFrameNodeById() local
/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Drepeat_node_cache_syntax_test.cpp697 std::string uiNode = caches.DumpUINode(nullptr); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_stack.h213 virtual void UpdatePathInfoIfNeeded(RefPtr<UINode>& uiNode, int32_t index) {} in UpdatePathInfoIfNeeded() argument
H A Dnavigation_group_node.cpp132 const auto& uiNode = childNode.second; in UpdateNavDestinationNodeWithoutMarkDirty() local
155 const auto& uiNode = childNode.second; in ReorderNavDestination() local
318 RefPtr<UINode> NavigationGroupNode::GetNavDestinationNode(RefPtr<UINode> uiNode) in GetNavDestinationNode() argument
[all...]
H A Dnavigation_pattern.h135 RefPtr<UINode> uiNode; in GetNavDestinationNode() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_branch_test_ng.cpp221 RefPtr<UINode> uiNode = nullptr; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_model_ng.cpp177 void SpanModelNG::SetTextShadow(UINode* uiNode, const std::vector<Shadow>& value) in SetTextShadow() argument
182 void SpanModelNG::ResetTextShadow(UINode *uiNode) in ResetTextShadow() argument
208 void SpanModelNG::SetOnClick(UINode* uiNode, GestureEventFunc&& click) in SetOnClick() argument
218 void SpanModelNG::ClearOnClick(UINode* uiNode) in ClearOnClick() argument
253 void SpanModelNG::InitSpan(UINode* uiNode, const std::string& content) in InitSpan() argument
258 SetFontWeight(UINode* uiNode, FontWeight value) SetFontWeight() argument
265 ResetFontWeight(UINode *uiNode) ResetFontWeight() argument
270 SetTextCase(UINode* uiNode, TextCase value) SetTextCase() argument
277 ResetTextCase(UINode *uiNode) ResetTextCase() argument
282 SetItalicFontStyle(UINode* uiNode, Ace::FontStyle value) SetItalicFontStyle() argument
289 ResetItalicFontStyle(UINode *uiNode) ResetItalicFontStyle() argument
294 SetLineHeight(UINode* uiNode, const Dimension& value) SetLineHeight() argument
301 ResetLineHeight(UINode* uiNode) ResetLineHeight() argument
306 SetFontSize(UINode* uiNode, const Dimension& value) SetFontSize() argument
313 ResetFontSize(UINode *uiNode) ResetFontSize() argument
318 SetFontFamily(UINode* uiNode, const std::vector<std::string>& value) SetFontFamily() argument
325 ResetFontFamily(UINode *uiNode) ResetFontFamily() argument
330 SetTextDecoration(UINode* uiNode, TextDecoration value) SetTextDecoration() argument
337 ResetTextDecoration(UINode *uiNode) ResetTextDecoration() argument
342 SetTextDecorationStyle(UINode* uiNode, TextDecorationStyle value) SetTextDecorationStyle() argument
349 ResetTextDecorationStyle(UINode *uiNode) ResetTextDecorationStyle() argument
354 SetTextDecorationColor(UINode* uiNode, const Color& value) SetTextDecorationColor() argument
361 ResetTextDecorationColor(UINode *uiNode) ResetTextDecorationColor() argument
366 SetTextColor(UINode* uiNode, const Color& value) SetTextColor() argument
373 ResetTextColor(UINode *uiNode) ResetTextColor() argument
378 SetLetterSpacing(UINode* uiNode, const Dimension& value) SetLetterSpacing() argument
385 ResetLetterSpacing(UINode *uiNode) ResetLetterSpacing() argument
390 SetBaselineOffset(UINode* uiNode, const Dimension& value) SetBaselineOffset() argument
397 SetFont(UINode* uiNode, const Font& value) SetFont() argument
421 ResetFont(UINode *uiNode) ResetFont() argument
444 SetTextBackgroundStyle(UINode* uiNode, const TextBackgroundStyle& style) SetTextBackgroundStyle() argument
451 SetTextBackgroundStyleByBaseSpan(UINode* uiNode, const TextBackgroundStyle& style) SetTextBackgroundStyleByBaseSpan() argument
458 GetContent(UINode* uiNode) GetContent() argument
467 GetTextDecoration(UINode* uiNode) GetTextDecoration() argument
474 GetTextDecorationColor(UINode* uiNode) GetTextDecorationColor() argument
481 GetTextDecorationStyle(UINode* uiNode) GetTextDecorationStyle() argument
498 GetFontColor(UINode* uiNode) GetFontColor() argument
506 GetFontSize(UINode* uiNode) GetFontSize() argument
514 GetFontStyle(UINode* uiNode) GetFontStyle() argument
521 GetFontWeight(UINode* uiNode) GetFontWeight() argument
528 GetTextLineHeight(UINode* uiNode) GetTextLineHeight() argument
536 GetTextCase(UINode* uiNode) GetTextCase() argument
543 GetLetterSpacing(UINode* uiNode) GetLetterSpacing() argument
551 GetBaselineOffset(UINode* uiNode) GetBaselineOffset() argument
559 GetSpanTextBackgroundStyle(UINode* uiNode) GetSpanTextBackgroundStyle() argument
567 GetTextShadow(UINode* uiNode) GetTextShadow() argument
576 SetAccessibilityText(UINode* uiNode, const std::string& text) SetAccessibilityText() argument
586 SetAccessibilityDescription(UINode* uiNode, const std::string& description) SetAccessibilityDescription() argument
596 SetAccessibilityImportance(UINode* uiNode, const std::string& importance) SetAccessibilityImportance() argument
606 GetSpanFontFamily(UINode* uiNode) GetSpanFontFamily() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.cpp905 auto uiNode = targetComponent->GetUINode().Upgrade(); in GetDragEventActuator() local
/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp228 auto uiNode = iter->second.Upgrade()->GetChildAtIndex(slots_[nodeId]); in OperateComponent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.h324 auto uiNode = CacheItem(index, cache, itemConstraint, deadline, isTimeout); in PreBuildByIndex() local
412 void ProcessOffscreenNode(RefPtr<UINode> uiNode, bool remove) in ProcessOffscreenNode() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_test_ng.cpp1944 auto uiNode = AceType::DynamicCast<FrameNode>(element); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_test_ng.cpp1124 UINode* uiNode = ViewStackProcessor::GetInstance()->GetMainElementNode().GetRawPtr(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model_ng.cpp511 auto uiNode = ViewStackProcessor::GetInstance()->Finish(); in CreateEmpty() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp100 void GetFrameNodeChildren(const RefPtr<NG::UINode>& uiNode, std::vector<RefPtr<NG::UINode>>& children, int32_t pageId, in GetFrameNodeChildren() argument
232 GetFrameNodeChildren(const RefPtr<NG::UINode>& uiNode, std::vector<RefPtr<NG::UINode>>& children, int32_t pageId, bool isLayoutInspector = false) GetFrameNodeChildren() argument
875 AddInspectorTreeNode(const RefPtr<NG::UINode>& uiNode, InspectorTreeMap& recNodes) AddInspectorTreeNode() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp777 auto uiNode = AceType::DynamicCast<NG::UINode>(node); in CreateViewNode() local
784 auto uiNode = AceType::DynamicCast<NG::UINode>(node); in CreateViewNode() local
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp596 void ComponentTestComponentImpl::SetUiNode(const RefPtr<NG::UINode> uiNode) in SetUiNode() argument
631 GetFrameNodeChildren( const RefPtr<NG::UINode>& uiNode, std::vector<RefPtr<NG::UINode>>& children, int32_t pageId) const GetFrameNodeChildren() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp1103 auto uiNode = host->GetChildAtIndex(0); in HWTEST_F() local

Completed in 34 milliseconds

123