Home
last modified time | relevance | path

Searched refs:frameNode (Results 1 – 25 of 1085) sorted by relevance

12345678910>>...44

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dview_model.cpp665 if (frameNode) { in DisposeNode()
679 if (frameNode) { in AddChild()
702 if (frameNode) { in InsertChildAt()
727 if (frameNode) { in InsertChildAfter()
752 if (frameNode) { in InsertChildBefore()
763 if (frameNode) { in RegisterCompanion()
773 if (frameNode) { in GetCompanion()
800 if (frameNode) { in MeasureNode()
832 if (frameNode) { in LayoutNode()
845 if (frameNode) { in DrawNode()
[all …]
H A Dsearch_modifier.cpp54 CHECK_NULL_VOID(frameNode); in SetSearchTextFont()
67 CHECK_NULL_VOID(frameNode); in ResetSearchTextFont()
78 CHECK_NULL_VOID(frameNode); in SetSearchPlaceholderColor()
85 CHECK_NULL_VOID(frameNode); in ResetSearchPlaceholderColor()
92 CHECK_NULL_VOID(frameNode); in SetSearchSelectionMenuHidden()
99 CHECK_NULL_VOID(frameNode); in ResetSearchSelectionMenuHidden()
106 CHECK_NULL_VOID(frameNode); in SetSearchCaretStyle()
114 CHECK_NULL_VOID(frameNode); in ResetSearchCaretStyle()
126 CHECK_NULL_VOID(frameNode); in SetSearchTextAlign()
134 CHECK_NULL_VOID(frameNode); in ResetSearchTextAlign()
[all …]
H A Dnode_text_input_modifier.cpp73 CHECK_NULL_VOID(frameNode); in SetTextInputCaretColor()
80 CHECK_NULL_VOID(frameNode); in ResetTextInputCaretColor()
87 CHECK_NULL_VOID(frameNode); in SetTextInputType()
94 CHECK_NULL_VOID(frameNode); in ResetTextInputType()
102 CHECK_NULL_VOID(frameNode); in SetTextInputMaxLines()
114 CHECK_NULL_VOID(frameNode); in ResetTextInputMaxLines()
121 CHECK_NULL_VOID(frameNode); in SetTextInputPlaceholderColor()
128 CHECK_NULL_VOID(frameNode); in ResetTextInputPlaceholderColor()
139 CHECK_NULL_VOID(frameNode); in SetTextInputCaretPosition()
146 CHECK_NULL_VOID(frameNode); in ResetTextInputCaretPosition()
[all …]
H A Dgrid_modifier.cpp48 CHECK_NULL_VOID(frameNode); in SetGridColumnsTemplate()
55 CHECK_NULL_VOID(frameNode); in ResetGridColumnsTemplate()
61 CHECK_NULL_VOID(frameNode); in SetGridRowsTemplate()
68 CHECK_NULL_VOID(frameNode); in ResetGridRowsTemplate()
74 CHECK_NULL_VOID(frameNode); in SetGridColumnsGap()
91 CHECK_NULL_VOID(frameNode); in ResetGridColumnsGap()
98 CHECK_NULL_VOID(frameNode); in SetGridRowsGap()
115 CHECK_NULL_VOID(frameNode); in ResetGridRowsGap()
122 CHECK_NULL_VOID(frameNode); in SetGridScrollBar()
130 CHECK_NULL_VOID(frameNode); in ResetGridScrollBar()
[all …]
H A Dnode_list_modifier.cpp58 CHECK_NULL_VOID(frameNode); in SetListLanes()
82 CHECK_NULL_VOID(frameNode); in ResetListLanes()
90 CHECK_NULL_VOID(frameNode); in SetEditMode()
97 CHECK_NULL_VOID(frameNode); in ResetEditMode()
104 CHECK_NULL_VOID(frameNode); in SetMultiSelectable()
111 CHECK_NULL_VOID(frameNode); in ResetMultiSelectable()
118 CHECK_NULL_VOID(frameNode); in SetChainAnimation()
125 CHECK_NULL_VOID(frameNode); in ResetChainAnimation()
132 CHECK_NULL_VOID(frameNode); in SetCachedCount()
142 CHECK_NULL_VOID(frameNode); in ResetCachedCount()
[all …]
H A Dnode_text_modifier.cpp89 CHECK_NULL_VOID(frameNode); in SetTextContent()
105 CHECK_NULL_VOID(frameNode); in SetFontWeightStr()
112 CHECK_NULL_VOID(frameNode); in SetFontWeightWithOption()
121 CHECK_NULL_VOID(frameNode); in SetFontWeight()
128 CHECK_NULL_VOID(frameNode); in SetOnClick()
141 CHECK_NULL_VOID(frameNode); in ResetOnClick()
148 CHECK_NULL_VOID(frameNode); in SetResponseRegion()
169 CHECK_NULL_VOID(frameNode); in ResetResponseRegion()
175 CHECK_NULL_VOID(frameNode); in ResetFontWeight()
184 CHECK_NULL_VOID(frameNode); in SetFontStyle()
[all …]
H A Dimage_modifier.cpp41 CHECK_NULL_VOID(frameNode); in SetCopyOption()
52 CHECK_NULL_VOID(frameNode); in ResetCopyOption()
59 CHECK_NULL_VOID(frameNode); in SetAutoResize()
66 CHECK_NULL_VOID(frameNode); in ResetAutoResize()
73 CHECK_NULL_VOID(frameNode); in SetEdgeAntialiasing()
80 CHECK_NULL_VOID(frameNode); in ResetEdgeAntialiasing()
87 CHECK_NULL_VOID(frameNode); in SetObjectRepeat()
98 CHECK_NULL_VOID(frameNode); in ResetObjectRepeat()
105 CHECK_NULL_VOID(frameNode); in SetRenderMode()
116 CHECK_NULL_VOID(frameNode); in ResetRenderMode()
[all …]
H A Dnode_image_modifier.cpp119 CHECK_NULL_VOID(frameNode); in SetImageSrc()
135 CHECK_NULL_VOID(frameNode); in SetCopyOption()
147 CHECK_NULL_VOID(frameNode); in SetImageShowSrc()
154 CHECK_NULL_VOID(frameNode); in ResetCopyOption()
161 CHECK_NULL_VOID(frameNode); in SetAutoResize()
175 CHECK_NULL_VOID(frameNode); in ResetAutoResize()
182 CHECK_NULL_VOID(frameNode); in SetObjectRepeat()
201 CHECK_NULL_VOID(frameNode); in ResetObjectRepeat()
208 CHECK_NULL_VOID(frameNode); in SetRenderMode()
219 CHECK_NULL_VOID(frameNode); in ResetRenderMode()
[all …]
H A Drich_editor_modifier.cpp30 CHECK_NULL_VOID(frameNode); in SetRichEditorDetectEnable()
37 CHECK_NULL_VOID(frameNode); in ResetRichEditorDetectEnable()
45 CHECK_NULL_VOID(frameNode); in SetRichEditorDataDetectorConfigWithEvent()
62 CHECK_NULL_VOID(frameNode); in ResetRichEditorDataDetectorConfigWithEvent()
70 CHECK_NULL_VOID(frameNode); in SetRichEditorOnIMEInputComplete()
82 CHECK_NULL_VOID(frameNode); in ResetRichEditorOnIMEInputComplete()
90 CHECK_NULL_VOID(frameNode); in SetRichEditorCopyOptions()
97 CHECK_NULL_VOID(frameNode); in ResetRichEditorCopyOptions()
105 CHECK_NULL_VOID(frameNode); in SetRichEditorOnSelectionChange()
117 CHECK_NULL_VOID(frameNode); in ResetRichEditorOnSelectionChange()
[all …]
H A Dtabs_modifier.cpp42 CHECK_NULL_VOID(frameNode); in SetTabBarMode()
50 CHECK_NULL_VOID(frameNode); in SetScrollableBarModeOptions()
61 CHECK_NULL_VOID(frameNode); in SetBarGridAlign()
79 CHECK_NULL_VOID(frameNode); in SetDivider()
95 CHECK_NULL_VOID(frameNode); in SetFadingEdge()
101 CHECK_NULL_VOID(frameNode); in SetBarBackgroundColor()
107 CHECK_NULL_VOID(frameNode); in SetBarBackgroundBlurStyle()
113 CHECK_NULL_VOID(frameNode); in SetBarOverlap()
119 CHECK_NULL_VOID(frameNode); in SetIsVertical()
125 CHECK_NULL_VOID(frameNode); in SetTabBarPosition()
[all …]
H A Dlist_modifier.cpp42 CHECK_NULL_VOID(frameNode); in SetListLanes()
66 CHECK_NULL_VOID(frameNode); in ResetListLanes()
74 CHECK_NULL_VOID(frameNode); in SetEditMode()
81 CHECK_NULL_VOID(frameNode); in ResetEditMode()
88 CHECK_NULL_VOID(frameNode); in SetMultiSelectable()
95 CHECK_NULL_VOID(frameNode); in ResetMultiSelectable()
102 CHECK_NULL_VOID(frameNode); in SetChainAnimation()
109 CHECK_NULL_VOID(frameNode); in ResetChainAnimation()
116 CHECK_NULL_VOID(frameNode); in SetCachedCount()
126 CHECK_NULL_VOID(frameNode); in ResetCachedCount()
[all …]
H A Dnode_scroll_modifier.cpp76 CHECK_NULL_VOID(frameNode); in SetScrollNestedScroll()
89 CHECK_NULL_VOID(frameNode); in ResetScrollNestedScroll()
107 CHECK_NULL_VOID(frameNode); in SetScrollEnableScroll()
114 CHECK_NULL_VOID(frameNode); in ResetScrollEnableScroll()
128 CHECK_NULL_VOID(frameNode); in SetScrollFriction()
135 CHECK_NULL_VOID(frameNode); in ResetScrollFriction()
159 CHECK_NULL_VOID(frameNode); in SetScrollScrollSnap()
204 CHECK_NULL_VOID(frameNode); in ResetScrollScrollSnap()
224 CHECK_NULL_VOID(frameNode); in SetScrollScrollBar()
231 CHECK_NULL_VOID(frameNode); in ResetScrollScrollBar()
[all …]
H A Dcommon_shape_modifier.cpp38 CHECK_NULL_VOID(frameNode); in SetStrokeMiterLimit()
45 CHECK_NULL_VOID(frameNode); in ResetStrokeMiterLimit()
52 CHECK_NULL_VOID(frameNode); in SetFillOpacity()
59 CHECK_NULL_VOID(frameNode); in ResetFillOpacity()
66 CHECK_NULL_VOID(frameNode); in SetStrokeOpacity()
73 CHECK_NULL_VOID(frameNode); in ResetStrokeOpacity()
80 CHECK_NULL_VOID(frameNode); in SetStrokeWidth()
88 CHECK_NULL_VOID(frameNode); in ResetStrokeWidth()
95 CHECK_NULL_VOID(frameNode); in SetAntiAlias()
102 CHECK_NULL_VOID(frameNode); in ResetAntiAlias()
[all …]
H A Dtext_area_modifier.cpp42 CHECK_NULL_VOID(frameNode); in SetTextAreaStyle()
49 CHECK_NULL_VOID(frameNode); in ResetTextAreaStyle()
56 CHECK_NULL_VOID(frameNode); in SetTextAreaSelectionMenuHidden()
63 CHECK_NULL_VOID(frameNode); in ResetTextAreaSelectionMenuHidden()
70 CHECK_NULL_VOID(frameNode); in SetTextAreaMaxLines()
77 CHECK_NULL_VOID(frameNode); in ResetTextAreaMaxLines()
84 CHECK_NULL_VOID(frameNode); in SetTextAreaCopyOption()
91 CHECK_NULL_VOID(frameNode); in ResetTextAreaCopyOption()
98 CHECK_NULL_VOID(frameNode); in SetTextAreaPlaceholderColor()
105 CHECK_NULL_VOID(frameNode); in ResetTextAreaPlaceholderColor()
[all …]
H A Dmarquee_modifier.cpp33 CHECK_NULL_VOID(frameNode); in SetMarqueeFontSize()
52 CHECK_NULL_VOID(frameNode); in ResetMarqueeFontSize()
64 CHECK_NULL_VOID(frameNode); in SetMarqueeFontColor()
70 CHECK_NULL_VOID(frameNode); in ResetMarqueeFontColor()
77 CHECK_NULL_VOID(frameNode); in SetMarqueeAllowScale()
84 CHECK_NULL_VOID(frameNode); in ResetMarqueeAllowScale()
91 CHECK_NULL_VOID(frameNode); in SetMarqueeFontWeight()
98 CHECK_NULL_VOID(frameNode); in ResetMarqueeFontWeight()
105 CHECK_NULL_VOID(frameNode); in SetMarqueeFontFamily()
114 CHECK_NULL_VOID(frameNode); in ResetMarqueeFontFamily()
[all …]
H A Dnode_slider_modifier.cpp63 CHECK_NULL_VOID(frameNode); in SetShowTips()
77 CHECK_NULL_VOID(frameNode); in ResetShowTips()
85 CHECK_NULL_VOID(frameNode); in SetSliderStepSize()
94 CHECK_NULL_VOID(frameNode); in ResetSliderStepSize()
108 CHECK_NULL_VOID(frameNode); in SetBlockSize()
126 CHECK_NULL_VOID(frameNode); in ResetBlockSize()
133 CHECK_NULL_VOID(frameNode); in SetTrackBorderRadius()
142 CHECK_NULL_VOID(frameNode); in ResetTrackBorderRadius()
149 CHECK_NULL_VOID(frameNode); in SetStepColor()
156 CHECK_NULL_VOID(frameNode); in ResetStepColor()
[all …]
H A Dwater_flow_modifier.cpp44 CHECK_NULL_VOID(frameNode); in ResetColumnsTemplate()
51 CHECK_NULL_VOID(frameNode); in SetColumnsTemplate()
58 CHECK_NULL_VOID(frameNode); in ResetRowsTemplate()
65 CHECK_NULL_VOID(frameNode); in SetRowsTemplate()
72 CHECK_NULL_VOID(frameNode); in ResetWaterFlowEnableScrollInteraction()
79 CHECK_NULL_VOID(frameNode); in SetWaterFlowEnableScrollInteraction()
86 CHECK_NULL_VOID(frameNode); in SetColumnsGap()
100 CHECK_NULL_VOID(frameNode); in ResetColumnsGap()
107 CHECK_NULL_VOID(frameNode); in SetRowsGap()
121 CHECK_NULL_VOID(frameNode); in ResetRowsGap()
[all …]
H A Dnode_text_area_modifier.cpp67 CHECK_NULL_VOID(frameNode); in SetTextAreaStyle()
74 CHECK_NULL_VOID(frameNode); in ResetTextAreaStyle()
81 CHECK_NULL_VOID(frameNode); in SetTextAreaSelectionMenuHidden()
88 CHECK_NULL_VOID(frameNode); in ResetTextAreaSelectionMenuHidden()
95 CHECK_NULL_VOID(frameNode); in SetTextAreaMaxLines()
103 CHECK_NULL_VOID(frameNode); in ResetTextAreaMaxLines()
111 CHECK_NULL_VOID(frameNode); in SetTextAreaCopyOption()
118 CHECK_NULL_VOID(frameNode); in ResetTextAreaCopyOption()
125 CHECK_NULL_VOID(frameNode); in SetTextAreaPlaceholderColor()
132 CHECK_NULL_VOID(frameNode); in ResetTextAreaPlaceholderColor()
[all …]
H A Dnode_xcomponent_modifier.cpp33 CHECK_NULL_VOID(frameNode); in SetXComponentEnableAnalyzer()
40 CHECK_NULL_VOID(frameNode); in ResetXComponentEnableAnalyzer()
47 CHECK_NULL_VOID(frameNode); in SetXComponentBackgroundColor()
58 CHECK_NULL_VOID(frameNode); in ResetXComponentBackgroundColor()
69 CHECK_NULL_VOID(frameNode); in SetXComponentOpacity()
82 CHECK_NULL_VOID(frameNode); in ResetXComponentOpacity()
92 CHECK_NULL_VOID(frameNode); in SetXComponentId()
99 CHECK_NULL_VOID(frameNode); in SetXComponentType()
106 CHECK_NULL_VOID(frameNode); in SetXComponentSurfaceSize()
152 CHECK_NULL_VOID(frameNode); in SetXComponentLibraryname()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.cpp41 auto frameNode = in Create() local
43 stack->Push(frameNode); in Create()
55 return frameNode; in CreateFrameNode()
74 CHECK_NULL_VOID(frameNode); in ScrollToEdge()
157 CHECK_NULL_VOID(frameNode); in SetChainAnimationOptions()
227 CHECK_NULL_VOID(frameNode); in SetNestedScroll()
236 CHECK_NULL_VOID(frameNode); in SetMultiSelectable()
261 CHECK_NULL_VOID(frameNode); in SetFriction()
270 CHECK_NULL_VOID(frameNode); in SetMaintainVisibleContentPosition()
279 CHECK_NULL_VOID(frameNode); in SetOnScroll()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage.cpp373 frameNode->DumpCommonInfo();
430 frameNode->DumpInfo();
431 frameNode->DumpAdvanceInfo();
495 frameNode->isActive_ = true;
578 frameNode->AddChild(child);
811 frameNode->isActive_ = true;
876 frameNode->lastFrameRect_ =
905 frameNode->lastFrameRect_ =
934 frameNode->lastFrameRect_ =
1725 frameNode->restoreId_ = 1;
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h406 static void DisableOnDrop(FrameNode* frameNode);
636 static void SetOnDragMove(FrameNode* frameNode,
654 static bool GetFocusable(FrameNode* frameNode);
655 static bool GetTabStop(FrameNode* frameNode);
660 static bool GetNeedFocus(FrameNode* frameNode);
661 static double GetOpacity(FrameNode* frameNode);
667 static int GetZIndex(FrameNode* frameNode);
669 static bool GetClip(FrameNode* frameNode);
739 static bool GetEnabled(FrameNode* frameNode);
749 static BiasPair GetBias(FrameNode* frameNode);
[all …]
H A Dview_abstract.cpp70 CHECK_NULL_VOID(frameNode); in SetWidth()
88 CHECK_NULL_VOID(frameNode); in SetHeight()
117 CHECK_NULL_VOID(frameNode); in ClearWidthOrHeight()
129 CHECK_NULL_VOID(frameNode); in SetMinWidth()
141 CHECK_NULL_VOID(frameNode); in SetMinHeight()
153 CHECK_NULL_VOID(frameNode); in ResetMinSize()
165 CHECK_NULL_VOID(frameNode); in SetMaxWidth()
3618 if (frameNode) { in SetInspectorId()
3621 frameNode->GetInspectorIdValue(), frameNode->GetId()); in SetInspectorId()
3629 if (frameNode) { in SetRestoreId()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.cpp36 stack->Push(frameNode); in Create()
42 return frameNode; in CreateFrameNode()
69 CHECK_NULL_VOID(frameNode); in SetFooter()
126 CHECK_NULL_VOID(frameNode); in SetItemMinWidth()
138 CHECK_NULL_VOID(frameNode); in SetItemMinHeight()
150 CHECK_NULL_VOID(frameNode); in SetItemMaxWidth()
162 CHECK_NULL_VOID(frameNode); in SetItemMaxHeight()
190 CHECK_NULL_VOID(frameNode); in SetNestedScroll()
264 CHECK_NULL_VOID(frameNode); in SetOnScrollIndex()
272 CHECK_NULL_VOID(frameNode); in SetOnScrollIndex()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model_ng.cpp42 stack->Push(frameNode); in Create()
63 return frameNode; in CreateFrameNode()
82 CHECK_NULL_VOID(frameNode); in SetScrollController()
96 CHECK_NULL_VOID(frameNode); in SetOnScroll()
104 CHECK_NULL_VOID(frameNode); in SetOnScrollFrameBegin()
112 CHECK_NULL_VOID(frameNode); in SetOnScrollStart()
120 CHECK_NULL_VOID(frameNode); in SetOnScrollStop()
150 CHECK_NULL_VOID(frameNode); in SetOnScrollBegin()
159 CHECK_NULL_VOID(frameNode); in SetOnScrollFrameBegin()
174 CHECK_NULL_VOID(frameNode); in SetOnWillScroll()
[all …]

12345678910>>...44