Home
last modified time | relevance | path

Searched defs:node (Results 176 - 200 of 2806) sorted by relevance

12345678910>>...113

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_full_update_model_impl.cpp72 bool ViewFullUpdateModelImpl::MarkNeedUpdate(const WeakPtr<AceType>& node) in MarkNeedUpdate() argument
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dbilateral_spring_adapter.cpp59 auto node = GetNode(controlIndex + index); in FlushAnimation() local
65 auto node = GetNode(controlIndex - index); in FlushAnimation() local
92 RefPtr<SpringNode> node; in SetDeltaValue() local
[all...]
H A Dsimple_spring_adapter.cpp20 void SimpleSpringAdapter::AddNode(RefPtr<SpringNode> node) in AddNode() argument
30 RefPtr<SpringNode> SimpleSpringAdapter::GetNext(const RefPtr<SpringNode>& node) in GetNext() argument
54 auto node = AceType::DynamicCast<SimpleSpringNode>(nodes_.at(index)); DumpNodes() local
75 auto node = GetNode(index); FlushAnimation() local
[all...]
H A Dspring_adapter.h60 void NotifyNodeAdd(RefPtr<SpringNode>& node) in NotifyNodeAdd() argument
67 void NotifyNodeDelete(RefPtr<SpringNode>& node) in NotifyNodeDelete() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_label.h36 void SetTargetNode(const RefPtr<DOMNode>& node) in SetTargetNode() argument
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dresponse_ctrl_test_ng.cpp67 auto node = FrameNode::CreateFrameNode( in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
H A Dfont_manager_test_ng.cpp49 auto node = NG::FrameNode::CreateFrameNode(tag, nodeId, AceType::MakeRefPtr<NG::Pattern>()); in CreateNodeAndWrapper() local
72 auto node = CreateNodeAndWrapper(FIRST_FRAME_NODE, NODE_ID_0); in HWTEST_F() local
96 auto node = CreateNodeAndWrapper(FIRST_FRAME_NODE, NODE_ID_0); in HWTEST_F() local
117 auto node = CreateNodeAndWrapper(FIRST_FRAME_NODE, NODE_ID_0); in HWTEST_F() local
146 auto node in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dif_else_node.cpp24 auto node = ElementRegister::GetInstance()->GetSpecificItemById<IfElseNode>(nodeId); in GetOrCreateIfElseNode() local
97 auto node = GetDisappearingChildById(id, branchId_); in TryRetake() local
[all...]
H A Dif_else_model_ng.cpp39 auto node = AceType::DynamicCast<IfElseNode>(stack->GetMainElementNode()); in SetBranchId() local
47 auto node = AceType::DynamicCast<IfElseNode>(stack->GetMainElementNode()); in GetBranchId() local
55 auto node = AceType::DynamicCast<IfElseNode>(stack->GetMainElementNode()); in CanRetake() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgrid_container_composed_element.cpp64 auto node = GetRenderBox(); in GetColumns() local
73 auto node = GetRenderBox(); in GetSizeType() local
95 auto node = GetRenderBox(); in GetGutter() local
104 auto node in GetMarginLeft() local
[all...]
H A Dscroll_composed_element.cpp123 auto node = GetInspectorNode(ScrollElement::TypeId()); in GetRenderSingleChildScroll() local
H A Dsearch_composed_element.cpp82 auto node = GetInspectorNode(SearchElement::TypeId()); in GetRenderSearch() local
H A Dscroll_bar_composed_element.cpp84 auto node = GetInspectorNode(ScrollBarElement::TypeId()); in GetRenderScrollBar() local
H A Dtime_picker_composed_element.cpp83 auto node = GetInspectorNode(PickerBaseElement::TypeId()); in GetRenderPickerBase() local
H A Dtoggle_composed_element.cpp72 auto node = GetInspectorNode(ToggleElement::TypeId()); in GetRenderToggle() local
H A DcheckboxGroup_composed_element.cpp77 auto node = GetInspectorNode(CheckableElement::TypeId()); in GetRenderCheckbox() local
H A Dblank_composed_element.cpp65 auto node = GetInspectorNode(FlexItemElement::TypeId()); in GetRenderFlexItem() local
H A Dpattern_lock_composed_element.cpp66 auto node = GetInspectorNode(PatternLockElement::TypeId()); in GetSideLength() local
79 auto node = GetInspectorNode(PatternLockElement::TypeId()); in GetCircleRadius() local
92 auto node = GetInspectorNode(PatternLockElement::TypeId()); in GetRegularColor() local
105 auto node in GetSelectedColor() local
118 auto node = GetInspectorNode(PatternLockElement::TypeId()); GetActiveColor() local
131 auto node = GetInspectorNode(PatternLockElement::TypeId()); GetPathColor() local
144 auto node = GetInspectorNode(PatternLockElement::TypeId()); GetStrokeWidth() local
157 auto node = GetInspectorNode(PatternLockElement::TypeId()); GetAutoReset() local
[all...]
H A Dnavigator_composed_element.cpp57 auto node = GetInspectorNode(NavigatorElement::TypeId()); in GetActive() local
70 auto node = GetInspectorNode(NavigatorElement::TypeId()); in GetTarget() local
83 auto node = GetInspectorNode(NavigatorElement::TypeId()); in GetNavigatorType() local
102 auto node in GetParams() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpath_modifier.cpp22 void SetPathCommands(ArkUINodeHandle node, ArkUI_CharPtr commands) in SetPathCommands() argument
29 void ResetPathCommands(ArkUINodeHandle node) in ResetPathCommands() argument
H A Drow_split_modifier.cpp21 void SetRowSplitResizable(ArkUINodeHandle node, ArkUI_Bool resizable) in SetRowSplitResizable() argument
28 void ResetRowSplitResizable(ArkUINodeHandle node) in ResetRowSplitResizable() argument
H A Dbadge_modifier.cpp45 void SetBadgeParamWithNumber(ArkUINodeHandle node, const struct ArkUIBadgeParam* style, ArkUI_Int32 count, in SetBadgeParamWithNumber() argument
62 void SetBadgeParamWithString(ArkUINodeHandle node, const struct ArkUIBadgeParam* style, ArkUI_CharPtr value) in SetBadgeParamWithString() argument
H A Dnode_folder_stack_modifier.cpp21 void SetEnableAnimation(ArkUINodeHandle node, ArkUI_Bool value) in SetEnableAnimation() argument
28 void ResetEnableAnimation(ArkUINodeHandle node) in ResetEnableAnimation() argument
35 void SetAutoHalfFold(ArkUINodeHandle node, ArkUI_Bool value) in SetAutoHalfFold() argument
42 void ResetAutoHalfFold(ArkUINodeHandle node) in ResetAutoHalfFold() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_item_node.cpp25 auto node = GetFrameNode(tag, nodeId); in GetOrCreateFlowItem() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_property.cpp27 auto node = GetHost(); in GetIndicatorRect() local

Completed in 7 milliseconds

12345678910>>...113