| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | view_full_update_model_impl.cpp | 72 bool ViewFullUpdateModelImpl::MarkNeedUpdate(const WeakPtr<AceType>& node) in MarkNeedUpdate() argument
|
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| H A D | bilateral_spring_adapter.cpp | 59 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 D | simple_spring_adapter.cpp | 20 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 D | spring_adapter.h | 60 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 D | dom_label.h | 36 void SetTargetNode(const RefPtr<DOMNode>& node) in SetTargetNode() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/event/ |
| H A D | response_ctrl_test_ng.cpp | 67 auto node = FrameNode::CreateFrameNode( in HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/ |
| H A D | font_manager_test_ng.cpp | 49 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 D | if_else_node.cpp | 24 auto node = ElementRegister::GetInstance()->GetSpecificItemById<IfElseNode>(nodeId); in GetOrCreateIfElseNode() local 97 auto node = GetDisappearingChildById(id, branchId_); in TryRetake() local [all...] |
| H A D | if_else_model_ng.cpp | 39 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 D | grid_container_composed_element.cpp | 64 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 D | scroll_composed_element.cpp | 123 auto node = GetInspectorNode(ScrollElement::TypeId()); in GetRenderSingleChildScroll() local
|
| H A D | search_composed_element.cpp | 82 auto node = GetInspectorNode(SearchElement::TypeId()); in GetRenderSearch() local
|
| H A D | scroll_bar_composed_element.cpp | 84 auto node = GetInspectorNode(ScrollBarElement::TypeId()); in GetRenderScrollBar() local
|
| H A D | time_picker_composed_element.cpp | 83 auto node = GetInspectorNode(PickerBaseElement::TypeId()); in GetRenderPickerBase() local
|
| H A D | toggle_composed_element.cpp | 72 auto node = GetInspectorNode(ToggleElement::TypeId()); in GetRenderToggle() local
|
| H A D | checkboxGroup_composed_element.cpp | 77 auto node = GetInspectorNode(CheckableElement::TypeId());
in GetRenderCheckbox() local
|
| H A D | blank_composed_element.cpp | 65 auto node = GetInspectorNode(FlexItemElement::TypeId()); in GetRenderFlexItem() local
|
| H A D | pattern_lock_composed_element.cpp | 66 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 D | navigator_composed_element.cpp | 57 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 D | path_modifier.cpp | 22 void SetPathCommands(ArkUINodeHandle node, ArkUI_CharPtr commands) in SetPathCommands() argument 29 void ResetPathCommands(ArkUINodeHandle node) in ResetPathCommands() argument
|
| H A D | row_split_modifier.cpp | 21 void SetRowSplitResizable(ArkUINodeHandle node, ArkUI_Bool resizable) in SetRowSplitResizable() argument 28 void ResetRowSplitResizable(ArkUINodeHandle node) in ResetRowSplitResizable() argument
|
| H A D | badge_modifier.cpp | 45 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 D | node_folder_stack_modifier.cpp | 21 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 D | water_flow_item_node.cpp | 25 auto node = GetFrameNode(tag, nodeId); in GetOrCreateFlowItem() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
| H A D | tab_bar_layout_property.cpp | 27 auto node = GetHost(); in GetIndicatorRect() local
|