Home
last modified time | relevance | path

Searched refs:frameNode (Results 1 - 25 of 1094) sorted by relevance

12345678910>>...44

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dview_model.cpp86 auto frameNode = TextModelNG::CreateFrameNode(nodeId, ""); in createTextNode() local
87 CHECK_NULL_RETURN(frameNode, nullptr); in createTextNode()
88 frameNode->IncRefCount(); in createTextNode()
89 return AceType::RawPtr(frameNode); in createTextNode()
94 auto frameNode = SymbolModelNG::CreateFrameNode(nodeId); in createSymbolNode() local
95 CHECK_NULL_RETURN(frameNode, nullptr); in createSymbolNode()
96 frameNode->IncRefCount(); in createSymbolNode()
97 return AceType::RawPtr(frameNode); in createSymbolNode()
119 auto frameNode = ImageModelNG::CreateFrameNode(nodeId, "", pixmap, "", "", false); in createImageNode() local
120 CHECK_NULL_RETURN(frameNode, nullpt in createImageNode()
127 auto frameNode = ToggleModelNG::CreateFrameNode(nodeId, NG::ToggleType::SWITCH, false); createToggleNode() local
137 auto frameNode = ToggleModelNG::CreateFrameNode(nodeId, toggleParams->toggleType, toggleParams->isOn); createToggleNodeWithParams() local
144 auto frameNode = LoadingProgressModelNG::CreateFrameNode(nodeId); createLoadingProgress() local
152 auto frameNode = TextFieldModelNG::CreateFrameNode(nodeId, "", "", false); createTextInputNode() local
160 auto frameNode = StackModelNG::CreateFrameNode(nodeId); createStackNode() local
168 auto frameNode = ScrollModelNG::CreateFrameNode(nodeId); createScrollNode() local
176 auto frameNode = ListModelNG::CreateFrameNode(nodeId); createListNode() local
184 auto frameNode = SwiperModelNG::CreateFrameNode(nodeId); createSwiperNode() local
192 auto frameNode = TextFieldModelNG::CreateFrameNode(nodeId, "", "", true); createTextAreaNode() local
200 auto frameNode = ButtonModelNG::CreateFrameNode(nodeId); createButtonNode() local
208 auto frameNode = ProgressModelNG::CreateFrameNode(nodeId, 0, 100, NG::ProgressType::LINEAR); createProgressNode() local
216 auto frameNode = CheckBoxModelNG::CreateFrameNode(nodeId); createCheckBoxNode() local
224 auto frameNode = ColumnModelNG::CreateFrameNode(nodeId); createColumnNode() local
232 auto frameNode = RowModelNG::CreateFrameNode(nodeId); createRowNode() local
240 auto frameNode = FlexModelNG::CreateFrameNode(nodeId); createFlexNode() local
248 auto frameNode = ListItemModelNG::CreateFrameNode(nodeId); createListItemNode() local
256 auto frameNode = RefreshModelNG::CreateFrameNode(nodeId); createRefreshNode() local
280 auto frameNode = CommonViewModelNG::CreateFrameNode(nodeId); createComponentRootNode() local
291 auto frameNode = XComponentModelNG::CreateFrameNode(nodeId, "", XComponentType::SURFACE, ""); createXComponentNode() local
300 auto frameNode = XComponentModelNG::CreateTypeNode(nodeId, xcParams); createXComponentNodeWithParams() local
308 auto frameNode = ListItemGroupModelNG::CreateFrameNode(nodeId); createListItemGroupNode() local
316 auto frameNode = SliderModelNG::CreateFrameNode(nodeId); createSliderNode() local
324 auto frameNode = CanvasModelNG::CreateFrameNode(nodeId); createCanvasNode() local
332 auto frameNode = DatePickerModelNG::CreateFrameNode(nodeId); createDatePickerNode() local
340 auto frameNode = TimePickerModelNG::CreateFrameNode(nodeId); createTimePickerNode() local
348 auto frameNode = TextPickerModelNG::CreateFrameNode(nodeId); createTextPickerNode() local
356 auto frameNode = CalendarPickerModelNG::CreateFrameNode(nodeId); createCalendarPickerNode() local
364 auto frameNode = FrameNode::CreateFrameNode("Custom", nodeId, AceType::MakeRefPtr<CustomPattern>()); createCustomNode() local
372 auto frameNode = NavigationModelNG::CreateFrameNode(nodeId); createNavigationNode() local
379 auto frameNode = WaterFlowModelNG::CreateFrameNode(nodeId); createWaterFlowNode() local
387 auto frameNode = WaterFlowItemModelNG::CreateFrameNode(nodeId); createFlowItemNode() local
395 auto frameNode = CircleModelNG::CreateFrameNode(nodeId); createCircleNode() local
403 auto frameNode = RelativeContainerModelNG::CreateFrameNode(nodeId); createRelativeContainerNode() local
410 auto frameNode = GridModelNG::CreateFrameNode(nodeId); createGridNode() local
418 auto frameNode = TabsModelNG::CreateFrameNode(nodeId); createTabsNode() local
425 auto frameNode = GridItemModelNG::CreateFrameNode(nodeId); createGridItemNode() local
433 auto frameNode = BlankModelNG::CreateFrameNode(nodeId); createBlankNode() local
441 auto frameNode = DividerModelNG::CreateFrameNode(nodeId); createDividerNode() local
449 auto frameNode = IndexerModelNG::CreateFrameNode(nodeId); createAlphabetIndexerNode() local
457 auto frameNode = SearchModelNG::CreateFrameNode(nodeId); createSearchNode() local
465 auto frameNode = GridRowModelNG::CreateFrameNode(nodeId); createGridRowNode() local
473 auto frameNode = GridColModelNG::CreateFrameNode(nodeId); createGridColNode() local
481 auto frameNode = ImageAnimatorModelNG::CreateFrameNode(nodeId); createImageAnimatorNode() local
488 auto frameNode = RadioModelNG::CreateFrameNode(nodeId); createRadioNode() local
496 auto frameNode = SelectModelNG::CreateFrameNode(nodeId); createSelectNode() local
504 auto frameNode = TabContentModelNG::CreateFrameNode(nodeId); createTabContentNode() local
519 auto frameNode = QRCodeModelNG::CreateFrameNode(nodeId); createQRcodeNode() local
527 auto frameNode = BadgeModelNG::CreateFrameNode(nodeId); createBadgeNode() local
535 auto frameNode = TextClockModelNG::CreateFrameNode(nodeId); createTextClockNode() local
543 auto frameNode = TextTimerModelNG::CreateFrameNode(nodeId); createTextTimerNode() local
551 auto frameNode = MarqueeModelNG::CreateFrameNode(nodeId); createMarqueeNode() local
559 auto frameNode = CheckBoxGroupModelNG::CreateFrameNode(nodeId); createCheckBoxGroupNode() local
567 auto frameNode = RatingModelNG::CreateFrameNode(nodeId); createRatingNode() local
681 auto* frameNode = reinterpret_cast<UINode*>(nativePtr); GetName() local
689 auto* frameNode = AceType::DynamicCast<FrameNode>(uiNode); DisposeNode() local
703 auto* frameNode = AceType::DynamicCast<FrameNode>(child); AddChild() local
726 auto* frameNode = AceType::DynamicCast<FrameNode>(child); InsertChildAt() local
751 auto* frameNode = AceType::DynamicCast<FrameNode>(child); InsertChildAfter() local
776 auto* frameNode = AceType::DynamicCast<FrameNode>(child); InsertChildBefore() local
787 auto* frameNode = AceType::DynamicCast<FrameNode>(reinterpret_cast<UINode*>(node)); RegisterCompanion() local
797 auto* frameNode = AceType::DynamicCast<FrameNode>(reinterpret_cast<UINode*>(nodePtr)); GetCompanion() local
824 auto* frameNode = AceType::DynamicCast<FrameNode>(reinterpret_cast<UINode*>(nodePtr)); MeasureNode() local
856 auto* frameNode = AceType::DynamicCast<FrameNode>(reinterpret_cast<UINode*>(nodePtr)); LayoutNode() local
869 auto* frameNode = AceType::DynamicCast<FrameNode>(reinterpret_cast<UINode*>(nodePtr)); DrawNode() local
882 auto* frameNode = AceType::DynamicCast<FrameNode>(reinterpret_cast<UINode*>(nodePtr)); SetAttachNodePtr() local
890 auto* frameNode = AceType::DynamicCast<FrameNode>(reinterpret_cast<UINode*>(nodePtr)); GetAttachNodePtr() local
[all...]
H A Dnode_text_input_modifier.cpp62 auto *frameNode = reinterpret_cast<FrameNode *>(node); in SetTextInputCaretColor() local
63 CHECK_NULL_VOID(frameNode); in SetTextInputCaretColor()
64 TextFieldModelNG::SetCaretColor(frameNode, Color(color)); in SetTextInputCaretColor()
69 auto *frameNode = reinterpret_cast<FrameNode *>(node); in ResetTextInputCaretColor() local
70 CHECK_NULL_VOID(frameNode); in ResetTextInputCaretColor()
71 TextFieldModelNG::SetCaretColor(frameNode, Color(DEFAULT_CARET_COLOR)); in ResetTextInputCaretColor()
76 auto *frameNode = reinterpret_cast<FrameNode *>(node); in SetTextInputType() local
77 CHECK_NULL_VOID(frameNode); in SetTextInputType()
78 TextFieldModelNG::SetType(frameNode, CastToTextInputType(value)); in SetTextInputType()
83 auto *frameNode in ResetTextInputType() local
91 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputMaxLines() local
103 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputMaxLines() local
110 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputPlaceholderColor() local
117 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputPlaceholderColor() local
128 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputCaretPosition() local
135 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputCaretPosition() local
142 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputCopyOption() local
149 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputCopyOption() local
156 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputShowPasswordIcon() local
163 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputShowPasswordIcon() local
170 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputPasswordIcon() local
198 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputPasswordIcon() local
208 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputTextAlign() local
219 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputTextAlign() local
226 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputStyle() local
233 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputStyle() local
240 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputStyle() local
247 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputContentRect() local
259 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputContentLinesNum() local
267 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputSelectionMenuHidden() local
274 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputSelectionMenuHidden() local
281 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputShowUnderline() local
288 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputShowUnderline() local
295 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputPasswordRules() local
303 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputPasswordRules() local
311 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputPasswordRules() local
318 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputEnableAutoFill() local
325 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputEnableAutoFill() local
332 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputEnableAutoFill() local
339 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputSelectAll() local
346 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputInputFilter() local
353 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputInputFilter() local
361 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputInputFilter() local
368 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputCaretIndex() local
376 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputCaretOffset() local
386 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputContentType() local
396 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputContentType() local
403 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputContentType() local
410 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputCaretStyle() local
420 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputCaretStyle() local
437 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputEnableKeyboardOnFocus() local
444 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputEnableKeyboardOnFocus() local
451 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputBarState() local
458 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputBarState() local
465 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputEnterKeyType() local
472 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputEnterKeyType() local
479 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputFontWeightStr() local
486 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputFontWeight() local
493 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputFontWeight() local
500 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputFontSize() local
514 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputFontSize() local
525 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputMaxLength() local
532 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputMaxLength() local
539 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputSelectedBackgroundColor() local
546 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputSelectedBackgroundColor() local
563 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputShowError() local
570 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputShowError() local
577 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputPlaceholderFont() local
611 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputPlaceholderFont() local
626 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputFontColor() local
633 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputFontColor() local
644 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputFontStyle() local
651 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputFontStyle() local
662 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputFontFamily() local
676 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputFontFamily() local
683 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputPlaceholderString() local
691 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputTextString() local
699 auto *frameNode = reinterpret_cast<FrameNode *>(node); StopTextInputTextEditing() local
707 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputCancelButton() local
732 auto *frameNode = reinterpret_cast<FrameNode *>(node); resetTextInputCancelButton() local
742 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputCancelSymbolIcon() local
757 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputCancelSymbolIcon() local
767 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputPlaceholder() local
775 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputText() local
783 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputCaretColor() local
790 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputCaretStyle() local
797 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputShowUnderline() local
804 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputMaxLength() local
811 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputEnterKeyType() local
818 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputPlaceholderColor() local
825 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetTextInputPlaceholderFont() local
854 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputRequestKeyboardOnFocus() local
861 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputType() local
868 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputSelectedBackgroundColor() local
875 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputShowPasswordIcon() local
882 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputEditing() local
889 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputShowCancelButton() local
896 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputCancelButtonStyle() local
903 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputCancelIconSize() local
910 auto *frameNode = reinterpret_cast<FrameNode *>(node); getTextInputTextCancelIconSrc() local
918 auto *frameNode = reinterpret_cast<FrameNode *>(node); getTextInputTextCancelIconColor() local
925 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputTextAlign() local
932 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputFontColor() local
939 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputFontStyle() local
946 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputFontWeight() local
953 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputFontSize() local
960 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputBackgroundColor() local
967 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputBackgroundColor() local
980 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputNormalUnderlineColor() local
988 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputUserUnderlineColor() local
1011 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputUserUnderlineColor() local
1022 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputUserUnderlineColor() local
1030 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputTextSelection() local
1037 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetTextInputTextSelectionIndex() local
1043 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputDecoration() local
1052 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputDecoration() local
1061 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputLetterSpacing() local
1068 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputLetterSpacing() local
1077 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputLineHeight() local
1084 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputLineHeight() local
1093 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputFontFeature() local
1101 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputFontFeature() local
1108 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputWordBreak() local
1118 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetTextInputWordBreak() local
1125 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputWordBreak() local
1133 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputPadding() local
1169 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputPadding() local
1175 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputAdaptMinFontSize() local
1182 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputAdaptMinFontSize() local
1194 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputAdaptMaxFontSize() local
1201 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputAdaptMaxFontSize() local
1213 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputHeightAdaptivePolicy() local
1220 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputHeightAdaptivePolicy() local
1227 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetTextInputSelectionMenuHidden() local
1235 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputPlaceholderFontEnum() local
1277 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputTextOverflow() local
1285 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputTextOverflow() local
1292 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputTextIndent() local
1299 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputTextIndent() local
1306 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputShowPassword() local
1313 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputShowPassword() local
1320 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetTextInputShowPassword() local
1327 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetTextInputFontFeature() local
1335 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetTextInputController() local
1345 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetTextInputAdaptMinFontSize() local
1352 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetTextInputAdaptMaxFontSize() local
1359 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetTextInputLineHeight() local
1366 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetTextInputMaxLines() local
1373 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputSelectAll() local
1380 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputSelectAll() local
1388 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputShowCounter() local
1397 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputShowCounter() local
1406 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputOnEditChange() local
1418 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputOnEditChange() local
1425 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputFilter() local
1438 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputFilter() local
1445 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputOnSubmitWithEvent() local
1457 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputOnSubmitWithEvent() local
1464 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputOnChange() local
1476 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputOnChange() local
1483 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputOnTextSelectionChange() local
1495 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputOnTextSelectionChange() local
1502 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputOnContentScroll() local
1514 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputOnContentScroll() local
1521 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputOnCopy() local
1533 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputOnCopy() local
1540 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputOnCut() local
1552 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputOnCut() local
1559 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputOnPaste() local
1572 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputOnPaste() local
1579 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetBlurOnSubmit() local
1586 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetBlurOnSubmit() local
1592 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputCustomKeyboard() local
1601 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputCustomKeyboard() local
1610 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputCustomKeyboardOption() local
1617 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputCustomKeyboard() local
1624 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputLineBreakStrategy() local
1634 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputLineBreakStrategy() local
1642 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputShowKeyBoardOnFocus() local
1649 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputShowKeyBoardOnFocus() local
1656 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputShowKeyBoardOnFocus() local
1663 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputNumberOfLines() local
1670 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTextInputNumberOfLines() local
1677 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputNumberOfLines() local
1685 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputMargin() local
1721 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputMargin() local
1733 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputCaret() local
1742 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetTextInputMargin() local
1754 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTextInputEnablePreviewText() local
1761 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTextInputEnablePreviewText() local
1768 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputSelectionMenuOptions() local
1788 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputSelectionMenuOptions() local
1798 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputWidth() local
1806 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputWidth() local
1813 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputEnableHapticFeedback() local
1820 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetTextInputEnableHapticFeedback() local
1944 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnTextInputChange() local
1959 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputOnSubmit() local
1974 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnTextInputCut() local
1989 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnTextInputPaste() local
2004 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnTextInputSelectionChange() local
2020 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnTextInputEditChange() local
2035 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnTextInputContentSizeChange() local
2055 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnTextInputInputFilterError() local
2070 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputOnTextContentScroll() local
2086 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputOnWillInsert() local
2105 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputOnDidInsert() local
2123 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputOnWillDelete() local
2143 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetTextInputOnDidDelete() local
2186 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetOnTextInputContentSizeChange() local
2192 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetOnTextInputInputFilterError() local
[all...]
H A Dgrid_modifier.cpp43 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetGridColumnsTemplate() local
44 CHECK_NULL_VOID(frameNode); in SetGridColumnsTemplate()
45 GridModelNG::SetColumnsTemplate(frameNode, std::string(columnsTemplate)); in SetGridColumnsTemplate()
50 auto* frameNode = reinterpret_cast<FrameNode*>(node); in ResetGridColumnsTemplate() local
51 CHECK_NULL_VOID(frameNode); in ResetGridColumnsTemplate()
52 GridModelNG::SetColumnsTemplate(frameNode, DEFAULT_COLUMNS_TEMPLATE); in ResetGridColumnsTemplate()
56 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetGridRowsTemplate() local
57 CHECK_NULL_VOID(frameNode); in SetGridRowsTemplate()
58 GridModelNG::SetRowsTemplate(frameNode, std::string(rowsTemplate)); in SetGridRowsTemplate()
63 auto* frameNode in ResetGridRowsTemplate() local
69 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridColumnsGap() local
86 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridColumnsGap() local
93 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridRowsGap() local
110 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridRowsGap() local
117 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridScrollBar() local
125 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridScrollBar() local
132 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridScrollBarWidth() local
140 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridScrollBarWidth() local
147 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridScrollBarColor() local
154 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridScrollBarColor() local
166 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridCachedCount() local
173 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridCachedCount() local
180 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridEditMode() local
187 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridEditMode() local
194 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridMultiSelectable() local
201 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridMultiSelectable() local
208 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridMaxCount() local
215 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridMaxCount() local
222 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridMinCount() local
229 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridMinCount() local
236 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridCellLength() local
243 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridCellLength() local
250 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridLayoutDirection() local
258 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridLayoutDirection() local
265 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridSupportAnimation() local
272 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridSupportAnimation() local
279 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetEdgeEffect() local
286 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetEdgeEffect() local
299 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetNestedScroll() local
306 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetNestedScroll() local
317 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetEnableScroll() local
324 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetEnableScroll() local
332 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetFriction() local
339 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetFriction() local
347 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetFlingSpeedLimit() local
354 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetFlingSpeedLimit() local
362 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridAlignItems() local
369 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridAlignItems() local
376 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetColumnsTemplate() local
384 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetRowsTemplate() local
392 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetColumnsGap() local
399 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetRowsGap() local
406 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetNodeAdapter() local
428 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetCachedCount() local
435 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetCachedCount() local
442 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetCachedCount() local
449 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetShowCached() local
456 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetShowCached() local
463 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetShowCached() local
471 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridFadingEdge() local
480 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridFadingEdge() local
520 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnGridScrollIndex() local
536 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetOnGridScrollIndex() local
[all...]
H A Dsearch_modifier.cpp42 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetSearchTextFont() local
43 CHECK_NULL_VOID(frameNode); in SetSearchTextFont()
50 SearchModelNG::SetTextFont(frameNode, font); in SetSearchTextFont()
55 auto* frameNode = reinterpret_cast<FrameNode*>(node); in ResetSearchTextFont() local
56 CHECK_NULL_VOID(frameNode); in ResetSearchTextFont()
61 SearchModelNG::SetTextFont(frameNode, font); in ResetSearchTextFont()
66 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetSearchPlaceholderColor() local
67 CHECK_NULL_VOID(frameNode); in SetSearchPlaceholderColor()
68 SearchModelNG::SetPlaceholderColor(frameNode, Color(color)); in SetSearchPlaceholderColor()
73 auto* frameNode in ResetSearchPlaceholderColor() local
80 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchSelectionMenuHidden() local
87 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchSelectionMenuHidden() local
94 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchCaretStyle() local
102 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchCaretStyle() local
114 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchTextAlign() local
122 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchTextAlign() local
130 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchCancelButton() local
140 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchCancelButton() local
147 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchEnableKeyboardOnFocus() local
154 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchEnableKeyboardOnFocus() local
161 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchPlaceholderFont() local
174 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchPlaceholderFont() local
185 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchSearchIcon() local
199 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchSearchIcon() local
206 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchSearchButton() local
216 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchSearchButton() local
223 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchFontColor() local
230 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchFontColor() local
237 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchCopyOption() local
246 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchCopyOption() local
254 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetSearchEnterKeyType() local
261 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchEnterKeyType() local
268 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchHeight() local
275 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchHeight() local
282 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchFontFeature() local
290 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchFontFeature() local
298 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchInspectorId() local
305 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchInspectorId() local
312 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchDecoration() local
321 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchDecoration() local
330 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchLetterSpacing() local
337 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchLetterSpacing() local
345 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchLineHeight() local
351 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchLineHeight() local
360 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchAdaptMinFontSize() local
367 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchAdaptMinFontSize() local
379 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchAdaptMaxFontSize() local
386 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchAdaptMaxFontSize() local
398 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchSelectedBackgroundColor() local
410 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchSelectedBackgroundColor() local
427 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchTextIndent() local
434 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchTextIndent() local
441 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetSearchMaxLength() local
448 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchMaxLength() local
455 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetSearchType() local
462 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchType() local
469 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchOnEditChange() local
481 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchOnEditChange() local
488 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchOnSubmitWithEvent() local
500 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchOnSubmitWithEvent() local
507 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchOnCopy() local
519 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchOnCopy() local
526 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchOnCut() local
538 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchOnCut() local
545 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchOnPaste() local
558 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchOnPaste() local
565 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchOnChange() local
577 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchOnChange() local
584 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchOnTextSelectionChange() local
596 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchOnTextSelectionChange() local
603 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchOnContentScroll() local
615 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchOnContentScroll() local
623 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchShowCounterOptions() local
632 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchShowCounterOptions() local
641 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetSearchController() local
651 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchValue() local
660 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchValue() local
667 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchPlaceholder() local
676 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchPlaceholder() local
683 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchIcon() local
692 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchIcon() local
699 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchOnWillInsert() local
711 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchOnWillInsert() local
718 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchOnDidInsert() local
730 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchOnDidInsert() local
737 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchOnWillDelete() local
749 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchOnWillDelete() local
756 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchOnDidDelete() local
768 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchOnDidDelete() local
775 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetSearchEnablePreviewText() local
782 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSearchEnablePreviewText() local
789 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchCaretPosition() local
797 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchCaretPosition() local
805 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchSelectionMenuOptions() local
825 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchSelectionMenuOptions() local
835 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSearchEnableHapticFeedback() local
842 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSearchEnableHapticFeedback() local
909 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnSearchSubmit() local
924 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnSearchChange() local
939 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnSearchCopy() local
954 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnSearchCut() local
969 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnSearchPaste() local
[all...]
H A Dmarquee_modifier.cpp28 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetMarqueeFontSize() local
29 CHECK_NULL_VOID(frameNode); in SetMarqueeFontSize()
39 MarqueeModelNG::SetFontSize(frameNode, fontSize); in SetMarqueeFontSize()
41 MarqueeModelNG::SetFontSize(frameNode, Dimension(fontSize, static_cast<OHOS::Ace::DimensionUnit>(unit))); in SetMarqueeFontSize()
47 auto* frameNode = reinterpret_cast<FrameNode*>(node); in ResetMarqueeFontSize() local
48 CHECK_NULL_VOID(frameNode); in ResetMarqueeFontSize()
54 MarqueeModelNG::SetFontSize(frameNode, fontSize); in ResetMarqueeFontSize()
59 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetMarqueeFontColor() local
60 CHECK_NULL_VOID(frameNode); in SetMarqueeFontColor()
61 MarqueeModelNG::SetTextColor(frameNode, Colo in SetMarqueeFontColor()
65 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMarqueeFontColor() local
72 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMarqueeAllowScale() local
79 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMarqueeAllowScale() local
86 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMarqueeFontWeight() local
93 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMarqueeFontWeight() local
100 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMarqueeFontFamily() local
109 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMarqueeFontFamily() local
118 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMarqueeUpdateStrategy() local
125 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMarqueeUpdateStrategy() local
132 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMarqueeOnStart() local
144 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMarqueeOnStart() local
151 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMarqueeOnBounce() local
163 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMarqueeOnBounce() local
170 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMarqueeOnFinish() local
182 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMarqueeOnFinish() local
189 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMarqueeSrcValue() local
197 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMarqueeSrcValue() local
204 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMarqueePlayerStatus() local
211 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMarqueePlayerStatus() local
218 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMarqueeScrollAmount() local
225 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMarqueeScrollAmount() local
232 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMarqueeLoop() local
239 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMarqueeLoop() local
246 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMarqueeDirection() local
253 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMarqueeDirection() local
[all...]
H A Dnode_slider_modifier.cpp58 auto *frameNode = reinterpret_cast<FrameNode *>(node); in SetShowTips() local
59 CHECK_NULL_VOID(frameNode); in SetShowTips()
67 SliderModelNG::SetShowTips(frameNode, static_cast<bool>(isShow), content); in SetShowTips()
72 auto *frameNode = reinterpret_cast<FrameNode *>(node); in ResetShowTips() local
73 CHECK_NULL_VOID(frameNode); in ResetShowTips()
75 SliderModelNG::SetShowTips(frameNode, DEFAULT_SHOW_TIPS, content); in ResetShowTips()
80 auto *frameNode = reinterpret_cast<FrameNode *>(node); in SetSliderStepSize() local
81 CHECK_NULL_VOID(frameNode); in SetSliderStepSize()
84 SliderModelNG::SetStepSize(frameNode, size); in SetSliderStepSize()
89 auto *frameNode in ResetSliderStepSize() local
103 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetBlockSize() local
121 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetBlockSize() local
128 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTrackBorderRadius() local
137 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTrackBorderRadius() local
144 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetStepColor() local
151 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetStepColor() local
158 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetBlockBorderColor() local
165 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetBlockBorderColor() local
172 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetBlockBorderWidth() local
181 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetBlockBorderWidth() local
188 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetBlockColor() local
195 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetBlockColor() local
202 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetTrackBackgroundColor() local
209 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetTrackBackgroundColor() local
222 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetSelectColor() local
229 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSelectColor() local
240 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetShowSteps() local
247 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetShowSteps() local
254 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetThickness() local
263 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetThickness() local
270 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetSliderValue() local
277 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetMinLabel() local
284 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetMaxLabel() local
291 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetDirection() local
298 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetStep() local
305 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetReverse() local
312 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetSliderStyle() local
322 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSliderValue() local
329 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetMinLabel() local
336 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetMaxLabel() local
343 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetDirection() local
350 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetStep() local
357 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetReverse() local
364 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSliderStyle() local
372 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSliderBlockImage() local
382 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSliderBlockImage() local
390 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSliderBlockPath() local
404 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSliderBlockShape() local
441 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSliderBlockShape() local
448 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetSliderBlockType() local
455 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSliderBlockType() local
462 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetSliderValidSlideRange() local
469 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetSliderValidSlideRange() local
476 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSelectedBorderRadius() local
484 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSelectedBorderRadius() local
491 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetInteractionMode() local
498 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetInteractionMode() local
505 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMinResponsiveDistance() local
512 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMinResponsiveDistance() local
519 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetBlockColor() local
526 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetTrackBackgroundColor() local
534 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetSelectColor() local
541 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetShowSteps() local
548 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetBlockType() local
555 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetSliderValue() local
562 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetMinLabel() local
569 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetMaxLabel() local
576 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetDirection() local
583 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetStep() local
590 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetReverse() local
597 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetSliderStyle() local
603 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetBlockImageValue() local
611 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetSliderBlockShape() local
643 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetThickness() local
654 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetSliderValidSlideRange() local
819 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSliderChange() local
[all...]
H A Drich_editor_modifier.cpp30 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetRichEditorDetectEnable() local
31 CHECK_NULL_VOID(frameNode); in SetRichEditorDetectEnable()
32 RichEditorModelNG::SetTextDetectEnable(frameNode, static_cast<bool>(value)); in SetRichEditorDetectEnable()
37 auto* frameNode = reinterpret_cast<FrameNode*>(node); in ResetRichEditorDetectEnable() local
38 CHECK_NULL_VOID(frameNode); in ResetRichEditorDetectEnable()
39 RichEditorModelNG::SetTextDetectEnable(frameNode, DEFAULT_ENABLE_TEXT_DETECTOR); in ResetRichEditorDetectEnable()
45 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetRichEditorDataDetectorConfigWithEvent() local
46 CHECK_NULL_VOID(frameNode); in SetRichEditorDataDetectorConfigWithEvent()
57 RichEditorModelNG::SetTextDetectConfig(frameNode, textDetectConfig); in SetRichEditorDataDetectorConfigWithEvent()
62 auto* frameNode in ResetRichEditorDataDetectorConfigWithEvent() local
70 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorOnIMEInputComplete() local
82 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorOnIMEInputComplete() local
89 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorCopyOptions() local
97 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorCopyOptions() local
105 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorOnSelectionChange() local
117 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorOnSelectionChange() local
124 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorCaretColor() local
136 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorCaretColor() local
143 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorOnSelect() local
155 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorOnSelect() local
162 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorOnSubmit() local
174 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorOnSubmit() local
181 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorAboutToIMEInput() local
193 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorAboutToIMEInput() local
200 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorOnReady() local
212 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorOnReady() local
219 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorOnDeleteComplete() local
231 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorOnDeleteComplete() local
238 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorOnEditingChange() local
250 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorOnEditingChange() local
257 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorSelectedBackgroundColor() local
269 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorSelectedBackgroundColor() local
276 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorOnPaste() local
288 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorOnPaste() local
295 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorOnCut() local
307 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorOnCut() local
314 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorOnCopy() local
326 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorOnCopy() local
333 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorEnterKeyType() local
340 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorEnterKeyType() local
348 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorEnableKeyboardOnFocus() local
355 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorEnableKeyboardOnFocus() local
362 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorEnablePreviewText() local
369 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorEnablePreviewText() local
377 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorEditMenuOptions() local
392 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorEditMenuOptions() local
401 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorOnWillChange() local
409 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorOnWillChange() local
416 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorOnDidChange() local
424 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorOnDidChange() local
469 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorPlaceholder() local
512 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorPlaceholder() local
533 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorAboutToDelete() local
541 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRichEditorAboutToDelete() local
548 auto *frameNode = reinterpret_cast<FrameNode*>(node); SetRichEditorBarState() local
556 auto *frameNode = reinterpret_cast<FrameNode *>(node); ResetRichEditorBarState() local
[all...]
H A Dcommon_shape_modifier.cpp33 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetStrokeMiterLimit() local
34 CHECK_NULL_VOID(frameNode); in SetStrokeMiterLimit()
35 ShapeModelNG::SetStrokeMiterLimit(frameNode, miterLimit); in SetStrokeMiterLimit()
40 auto* frameNode = reinterpret_cast<FrameNode*>(node); in ResetStrokeMiterLimit() local
41 CHECK_NULL_VOID(frameNode); in ResetStrokeMiterLimit()
42 ShapeModelNG::SetStrokeMiterLimit(frameNode, DEFAULT_MITER_LIMIT); in ResetStrokeMiterLimit()
47 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetFillOpacity() local
48 CHECK_NULL_VOID(frameNode); in SetFillOpacity()
49 ShapeModelNG::SetFillOpacity(frameNode, fillOpacity); in SetFillOpacity()
54 auto* frameNode in ResetFillOpacity() local
61 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetStrokeOpacity() local
68 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetStrokeOpacity() local
75 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetStrokeWidth() local
83 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetStrokeWidth() local
90 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetAntiAlias() local
97 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetAntiAlias() local
104 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetStroke() local
111 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetStroke() local
118 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetFill() local
125 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetFill() local
132 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetStrokeDashOffset() local
140 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetStrokeDashOffset() local
147 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetStrokeLineCap() local
154 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetStrokeLineCap() local
161 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetStrokeLineJoin() local
168 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetStrokeLineJoin() local
175 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetStrokeDashArray() local
186 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetStrokeDashArray() local
194 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetShapeWidth() local
203 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetShapeWidth() local
210 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetShapeHeight() local
219 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetShapeHeight() local
226 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetShapeForegroundColor() local
240 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetShapeForegroundColor() local
[all...]
H A Dpanel_modifier.cpp28 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetPanelMode() local
29 CHECK_NULL_VOID(frameNode); in SetPanelMode()
31 SlidingPanelModelNG::SetPanelMode(frameNode, mode); in SetPanelMode()
36 auto* frameNode = reinterpret_cast<FrameNode*>(node); in ResetPanelMode() local
37 CHECK_NULL_VOID(frameNode); in ResetPanelMode()
39 SlidingPanelModelNG::SetPanelMode(frameNode, mode); in ResetPanelMode()
44 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetPanelFullHeight() local
45 CHECK_NULL_VOID(frameNode); in SetPanelFullHeight()
46 SlidingPanelModelNG::SetPanelFullHeight(frameNode, Dimension(value, static_cast<OHOS::Ace::DimensionUnit>(unit))); in SetPanelFullHeight()
50 auto* frameNode in ResetPanelFullHeight() local
57 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetPanelHalfHeight() local
63 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetPanelHalfHeight() local
70 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetPanelMiniHeight() local
77 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetPanelMiniHeight() local
84 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetPanelBackgroundMask() local
91 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetPanelBackgroundMask() local
98 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetPanelType() local
106 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetPanelType() local
114 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetPanelCustomHeight() local
122 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetPanelCustomHeightByString() local
129 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetPanelCustomHeight() local
136 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetShowCloseIcon() local
143 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetShowCloseIcon() local
150 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetDragBar() local
157 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetDragBar() local
164 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetShow() local
171 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetShow() local
[all...]
H A Dlinear_indicator_modifier.cpp29 auto frameNode = reinterpret_cast<FrameNode*>(node); in SetLinearIndicatorIndicatorStyleSpace() local
30 CHECK_NULL_VOID(frameNode); in SetLinearIndicatorIndicatorStyleSpace()
32 frameNode, CalcDimension(space, static_cast<OHOS::Ace::DimensionUnit>(unit))); in SetLinearIndicatorIndicatorStyleSpace()
37 auto frameNode = reinterpret_cast<FrameNode*>(node); in ResetLinearIndicatorIndicatorStyleSpace() local
38 CHECK_NULL_VOID(frameNode); in ResetLinearIndicatorIndicatorStyleSpace()
39 auto pipeline = frameNode->GetContextWithCheck(); in ResetLinearIndicatorIndicatorStyleSpace()
43 LinearIndicatorModelNG::SetIndicatorStyleSpace(frameNode, linearIndicatorTheme->GetDefaultSpace()); in ResetLinearIndicatorIndicatorStyleSpace()
48 auto frameNode = reinterpret_cast<FrameNode*>(node); in SetLinearIndicatorIndicatorStyleStrokeWidth() local
49 CHECK_NULL_VOID(frameNode); in SetLinearIndicatorIndicatorStyleStrokeWidth()
51 frameNode, CalcDimensio in SetLinearIndicatorIndicatorStyleStrokeWidth()
56 auto frameNode = reinterpret_cast<FrameNode*>(node); ResetLinearIndicatorIndicatorStyleStrokeWidth() local
67 auto frameNode = reinterpret_cast<FrameNode*>(node); SetLinearIndicatorIndicatorStyleStrokeRadius() local
75 auto frameNode = reinterpret_cast<FrameNode*>(node); ResetLinearIndicatorIndicatorStyleStrokeRadius() local
86 auto frameNode = reinterpret_cast<FrameNode*>(node); SetLinearIndicatorIndicatorStyleTrackBackgroundColor() local
93 auto frameNode = reinterpret_cast<FrameNode*>(node); ResetLinearIndicatorIndicatorStyleTrackBackgroundColor() local
105 auto frameNode = reinterpret_cast<FrameNode*>(node); SetLinearIndicatorIndicatorStyleTrackColor() local
112 auto frameNode = reinterpret_cast<FrameNode*>(node); ResetLinearIndicatorIndicatorStyleTrackColor() local
124 auto frameNode = reinterpret_cast<FrameNode*>(node); SetLinearIndicatorIndicatorLoop() local
131 auto frameNode = reinterpret_cast<FrameNode*>(node); ResetLinearIndicatorIndicatorLoop() local
142 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetLinearIndicatorOnChange() local
154 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetLinearIndicatorOnChange() local
[all...]
H A Dnode_image_modifier.cpp125 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetImageSrc() local
126 CHECK_NULL_VOID(frameNode); in SetImageSrc()
128 ImageModelNG::InitImage(frameNode, src); in SetImageSrc()
133 auto* frameNode = reinterpret_cast<FrameNode*>(node); in GetImageSrc() local
134 CHECK_NULL_RETURN(frameNode, nullptr); in GetImageSrc()
135 g_strValue = ImageModelNG::GetSrc(frameNode).GetSrc(); in GetImageSrc()
164 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetImageResource() local
165 CHECK_NULL_VOID(frameNode); in SetImageResource()
184 ImageModelNG::InitImage(frameNode, src.value()); in SetImageResource()
189 auto* frameNode in SetCopyOption() local
201 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageShowSrc() local
208 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetCopyOption() local
215 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetAutoResize() local
222 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetAutoResize() local
229 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetAutoResize() local
236 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetObjectRepeat() local
248 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetObjectRepeat() local
255 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetObjectRepeat() local
262 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRenderMode() local
273 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRenderMode() local
281 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetRenderMode() local
288 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSyncLoad() local
295 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSyncLoad() local
302 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetObjectFit() local
311 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetObjectFit() local
318 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetObjectFit() local
325 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetFitOriginalSize() local
332 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetFitOriginalSize() local
339 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSourceSize() local
348 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSourceSize() local
355 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMatchTextDirection() local
362 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMatchTextDirection() local
369 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetFillColor() local
376 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetFillColor() local
391 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetAlt() local
398 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetAlt() local
406 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetAlt() local
413 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageInterpolation() local
425 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetImageInterpolation() local
432 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageInterpolation() local
443 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetColorFilter() local
451 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetColorFilter() local
493 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageSyncLoad() local
500 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageSyncLoad() local
507 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageObjectFit() local
515 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageObjectFit() local
522 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageFitOriginalSize() local
529 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageFitOriginalSize() local
536 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageDraggable() local
543 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageDraggable() local
550 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetImageDraggable() local
566 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageBorderRadius() local
588 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageBorderRadius() local
600 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageBorderWithValues() local
622 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageBorder() local
629 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageBorder() local
642 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageOpacity() local
653 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageOpacity() local
660 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetEdgeAntialiasing() local
667 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetEdgeAntialiasing() local
674 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetResizable() local
683 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetResizable() local
690 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetDynamicRangeMode() local
701 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetFitOriginalSize() local
708 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetFillColor() local
715 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetPixelMap() local
722 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetPixelMapArray() local
729 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetResourceSrc() local
736 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetAltSourceInfo() local
758 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetDynamicRangeMode() local
765 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetEnhancedImageQuality() local
776 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetEnhancedImageQuality() local
784 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageResizable() local
800 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetImageResizable() local
819 auto* frameNode = reinterpret_cast<FrameNode*>(node); EnableAnalyzer() local
826 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImagePrivacySensitve() local
834 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImagePrivacySensitve() local
842 auto* frameNode = reinterpret_cast<FrameNode*>(node); AnalyzerConfig() local
849 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageContent() local
856 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageSrc() local
863 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetInitialPixelMap() local
873 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnComplete() local
885 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnError() local
897 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetOnError() local
904 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageOnFinish() local
916 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageOnFinish() local
967 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageOnComplete() local
990 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageOnError() local
1005 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageOnSvgPlayFinish() local
1019 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageOnDownloadProgress() local
1035 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageOnComplete() local
1041 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageOnError() local
1047 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageOnSvgPlayFinish() local
1053 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetImageOnDownloadProgress() local
[all...]
H A Dnode_xcomponent_modifier.cpp28 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetXComponentEnableAnalyzer() local
29 CHECK_NULL_VOID(frameNode); in SetXComponentEnableAnalyzer()
30 XComponentModelNG::EnableAnalyzer(frameNode, enable); in SetXComponentEnableAnalyzer()
35 auto* frameNode = reinterpret_cast<FrameNode*>(node); in ResetXComponentEnableAnalyzer() local
36 CHECK_NULL_VOID(frameNode); in ResetXComponentEnableAnalyzer()
37 XComponentModelNG::EnableAnalyzer(frameNode, false); in ResetXComponentEnableAnalyzer()
42 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetXComponentBackgroundColor() local
43 CHECK_NULL_VOID(frameNode); in SetXComponentBackgroundColor()
44 auto type = XComponentModelNG::GetType(frameNode); in SetXComponentBackgroundColor()
48 ViewAbstract::SetBackgroundColor(frameNode, Colo in SetXComponentBackgroundColor()
53 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetXComponentBackgroundColor() local
64 auto *frameNode = reinterpret_cast<FrameNode *>(node); SetXComponentOpacity() local
77 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetXComponentOpacity() local
87 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetXComponentId() local
94 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetXComponentType() local
101 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetXComponentSurfaceSize() local
108 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetXComponentId() local
116 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetXComponentType() local
123 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetXComponentSurfaceWidth() local
130 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetXComponentSurfaceHeight() local
137 auto *frameNode = reinterpret_cast<FrameNode *>(node); GetNativeXComponent() local
147 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetXComponentLibraryname() local
154 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetImageAIOptions() local
161 auto* frameNode = reinterpret_cast<FrameNode*>(node); InitXComponent() local
168 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetXComponentEnableSecure() local
175 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetXComponentEnableSecure() local
[all...]
H A Dnode_list_modifier.cpp49 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetListLanes() local
50 CHECK_NULL_VOID(frameNode); in SetListLanes()
52 ListModelNG::SetLanes(frameNode, lanesNum); in SetListLanes()
57 ListModelNG::SetLaneConstrain(frameNode, minLength, maxLength); in SetListLanes()
63 ListModelNG::SetLaneConstrain(frameNode, minLength, maxLength); in SetListLanes()
64 ListModelNG::SetLanes(frameNode, 1); in SetListLanes()
68 ListModelNG::SetLaneGutter(frameNode, gutter); in SetListLanes()
73 auto* frameNode = reinterpret_cast<FrameNode*>(node); in ResetListLanes() local
74 CHECK_NULL_VOID(frameNode); in ResetListLanes()
75 ListModelNG::SetLanes(frameNode, in ResetListLanes()
81 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetEditMode() local
88 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetEditMode() local
95 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetMultiSelectable() local
102 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMultiSelectable() local
109 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetChainAnimation() local
116 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetChainAnimation() local
123 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetCachedCount() local
133 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetCachedCount() local
140 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetEnableScrollInteraction() local
147 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetEnableScrollInteraction() local
154 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetEnableScrollInteraction() local
161 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetSticky() local
168 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSticky() local
175 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSticky() local
182 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetListSpace() local
189 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetListSpace() local
196 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetListSpace() local
203 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetListEdgeEffect() local
212 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetListEdgeEffect() local
219 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetListEdgeEffect() local
226 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetListDirection() local
233 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetListDirection() local
240 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetListDirection() local
247 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetListFriction() local
254 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetListFriction() local
261 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetListFriction() local
269 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetListNestedScroll() local
282 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetListNestedScroll() local
289 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetListNestedScroll() local
300 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetListScrollBar() local
307 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetListScrollBar() local
314 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetListScrollBar() local
321 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetListScrollBarWidth() local
329 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetListScrollBarWidth() local
336 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetListScrollBarWidth() local
343 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetListScrollBarColor() local
351 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetListScrollBarColor() local
358 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetListScrollBarColor() local
365 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetAlignListItem() local
372 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetAlignListItem() local
379 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetAlignListItem() local
386 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetScrollSnapAlign() local
393 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetScrollSnapAlign() local
400 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetContentStartOffset() local
407 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetContentStartOffset() local
414 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetContentEndOffset() local
421 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetContentEndOffset() local
429 auto* frameNode = reinterpret_cast<FrameNode*>(node); ListSetDivider() local
450 auto* frameNode = reinterpret_cast<FrameNode*>(node); ListResetDivider() local
459 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetChainAnimationOptions() local
477 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetChainAnimationOptions() local
496 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetNodeAdapter() local
518 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetCachedCount() local
525 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetScrollToIndex() local
532 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetScrollBy() local
539 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetInitialIndex() local
546 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetInitialIndex() local
553 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetListChildrenMainSize() local
570 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetListChildrenMainSize() local
577 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetListCloseAllSwipeActions() local
592 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetListFlingSpeedLimit() local
599 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetListFlingSpeedLimit() local
606 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetInitialIndex() local
613 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetlistDivider() local
624 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetInitialScroller() local
633 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetInitialScroller() local
642 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetListMaintainVisibleContentPosition() local
649 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetListMaintainVisibleContentPosition() local
657 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetListFadingEdge() local
666 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetListFadingEdge() local
715 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnListScroll() local
731 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnListScrollFrameBegin() local
752 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnListScrollStart() local
767 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnListScrollStop() local
782 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnListWillScroll() local
807 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnListDidScroll() local
826 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnListScrollIndex() local
844 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnListReachStart() local
858 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnListReachEnd() local
872 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetOnListScroll() local
878 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetOnListScrollIndex() local
884 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetOnListScrollStart() local
890 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetOnListScrollStop() local
896 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetOnListScrollFrameBegin() local
902 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetOnListWillScroll() local
908 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetOnListDidScroll() local
914 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetOnListReachStart() local
920 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetOnListReachEnd() local
[all...]
H A Dnode_refresh_modifier.cpp26 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetRefreshing() local
27 CHECK_NULL_VOID(frameNode); in SetRefreshing()
28 RefreshModelNG::SetRefreshing(frameNode, static_cast<bool>(value)); in SetRefreshing()
33 auto* frameNode = reinterpret_cast<FrameNode*>(node); in GetRefreshing() local
34 CHECK_NULL_RETURN(frameNode, false); in GetRefreshing()
35 return static_cast<ArkUI_Bool>(RefreshModelNG::GetRefreshing(frameNode)); in GetRefreshing()
40 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetRefreshOffset() local
41 CHECK_NULL_VOID(frameNode); in SetRefreshOffset()
42 RefreshModelNG::SetRefreshOffset(frameNode, Dimension(value, static_cast<OHOS::Ace::DimensionUnit>(unit))); in SetRefreshOffset()
47 auto* frameNode in ResetRefreshOffset() local
54 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetPullToRefresh() local
61 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetPullToRefresh() local
68 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRefreshContent() local
77 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetPullDownRatio() local
92 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetPullDownRatio() local
100 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetPullDownRatio() local
107 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetRefreshOffset() local
114 auto* frameNode = reinterpret_cast<FrameNode*>(node); GetPullToRefresh() local
139 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRefreshOnStateChange() local
154 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetOnRefreshing() local
168 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRefreshOnOffsetChange() local
183 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetRefreshChangeEvent() local
199 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRefreshOnStateChange() local
205 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetOnRefreshing() local
211 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRefreshOnOffsetChange() local
217 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetRefreshChangeEvent() local
[all...]
H A Dside_bar_container_modifier.cpp43 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetSideBarWidth() local
44 CHECK_NULL_VOID(frameNode); in SetSideBarWidth()
46 SideBarContainerModelNG::SetSideBarWidth(frameNode, sideBarWidthDimension); in SetSideBarWidth()
51 auto* frameNode = reinterpret_cast<FrameNode*>(node); in ResetSideBarWidth() local
52 CHECK_NULL_VOID(frameNode); in ResetSideBarWidth()
54 SideBarContainerModelNG::SetSideBarWidth(frameNode, DEFAULT_SIDE_BAR_WIDTH_V10); in ResetSideBarWidth()
57 SideBarContainerModelNG::SetSideBarWidth(frameNode, DEFAULT_SIDE_BAR_WIDTH); in ResetSideBarWidth()
62 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetMinSideBarWidth() local
63 CHECK_NULL_VOID(frameNode); in SetMinSideBarWidth()
65 SideBarContainerModelNG::SetMinSideBarWidth(frameNode, minSideBarWidthDimensio in SetMinSideBarWidth()
70 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetMinSideBarWidth() local
82 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetControlButton() local
107 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetControlButton() local
123 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetShowControlButton() local
130 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetShowControlButton() local
137 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetAutoHide() local
144 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetAutoHide() local
151 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSideBarContainerMaxSideBarWidth() local
159 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSideBarContainerMaxSideBarWidth() local
166 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSideBarContainerMinContentWidth() local
174 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSideBarContainerMinContentWidth() local
181 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSideBarPosition() local
188 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSideBarPosition() local
195 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetShowSideBar() local
202 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetShowSideBar() local
210 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetSideBarContainerDivider() local
228 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetSideBarContainerDivider() local
[all...]
H A Dgrid_item_modifier.cpp27 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetGridItemSelectable() local
28 CHECK_NULL_VOID(frameNode); in SetGridItemSelectable()
29 GridItemModelNG::SetSelectable(frameNode, selectable); in SetGridItemSelectable()
34 auto* frameNode = reinterpret_cast<FrameNode*>(node); in ResetGridItemSelectable() local
35 CHECK_NULL_VOID(frameNode); in ResetGridItemSelectable()
36 GridItemModelNG::SetSelectable(frameNode, true); in ResetGridItemSelectable()
41 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetGridItemSelected() local
42 CHECK_NULL_VOID(frameNode); in SetGridItemSelected()
43 GridItemModelNG::SetSelected(frameNode, selected); in SetGridItemSelected()
48 auto* frameNode in ResetGridItemSelected() local
55 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridItemRowStart() local
62 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridItemRowStart() local
69 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridItemRowEnd() local
76 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridItemRowEnd() local
83 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridItemColumnStart() local
90 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridItemColumnStart() local
97 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridItemColumnEnd() local
104 auto* frameNode = reinterpret_cast<FrameNode*>(node); ResetGridItemColumnEnd() local
111 auto* frameNode = reinterpret_cast<FrameNode*>(node); SetGridItemOptions() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.cpp33 auto frameNode = in Create() local
35 stack->Push(frameNode); in Create()
36 auto pattern = frameNode->GetPattern<ListPattern>(); in Create()
43 auto frameNode = FrameNode::CreateFrameNode(V2::LIST_ETS_TAG, nodeId, AceType::MakeRefPtr<ListPattern>()); in CreateFrameNode() local
44 auto pattern = frameNode->GetPattern<ListPattern>(); in CreateFrameNode()
45 CHECK_NULL_RETURN(pattern, frameNode); in CreateFrameNode()
47 return frameNode; in CreateFrameNode()
50 RefPtr<ScrollControllerBase> ListModelNG::GetOrCreateController(FrameNode* frameNode) in GetOrCreateController() argument
52 CHECK_NULL_RETURN(frameNode, nullptr); in GetOrCreateController()
53 auto pattern = frameNode in GetOrCreateController()
64 ScrollToEdge(FrameNode* frameNode, ScrollEdgeType scrollEdgeType, bool smooth) ScrollToEdge() argument
148 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetChainAnimationOptions() local
200 GetSticky(FrameNode* frameNode) GetSticky() argument
218 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetNestedScroll() local
227 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetMultiSelectable() local
234 GetScrollEnabled(FrameNode* frameNode) GetScrollEnabled() argument
252 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetFriction() local
261 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetMaintainVisibleContentPosition() local
270 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScroll() local
279 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollBegin() local
288 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollFrameBegin() local
297 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollStart() local
306 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollStop() local
315 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollIndex() local
322 SetOnScrollIndex(FrameNode* frameNode, OnScrollIndexEvent&& onScrollIndex) SetOnScrollIndex() argument
332 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollVisibleContentChange() local
341 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnReachStart() local
348 SetOnReachStart(FrameNode* frameNode, OnReachEvent&& onReachStart) SetOnReachStart() argument
358 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnReachEnd() local
365 SetOnReachEnd(FrameNode* frameNode, OnReachEvent&& onReachEnd) SetOnReachEnd() argument
375 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnItemMove() local
386 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnItemDragStart() local
408 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnItemDragEnter() local
419 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnItemDragLeave() local
430 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnItemDragMove() local
441 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnItemDrop() local
452 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); AddDragFrameNodeToManager() local
462 SetInitialIndex(FrameNode* frameNode, int32_t initialIndex) SetInitialIndex() argument
467 SetEditMode(FrameNode* frameNode, bool editMode) SetEditMode() argument
472 SetMultiSelectable(FrameNode* frameNode, bool selectable) SetMultiSelectable() argument
479 SetChainAnimation(FrameNode* frameNode, bool chainAnimation) SetChainAnimation() argument
484 SetCachedCount(FrameNode* frameNode, int32_t cachedCount) SetCachedCount() argument
489 GetCachedCount(FrameNode* frameNode) GetCachedCount() argument
496 SetScrollEnabled(FrameNode* frameNode, bool enableScrollInteraction) SetScrollEnabled() argument
501 SetSticky(FrameNode* frameNode, int32_t stickyStyle) SetSticky() argument
507 SetEdgeEffect(FrameNode* frameNode, int32_t edgeEffect, bool alwaysEnabled) SetEdgeEffect() argument
512 GetListDirection(FrameNode* frameNode) GetListDirection() argument
518 SetListDirection(FrameNode* frameNode, int32_t axis) SetListDirection() argument
523 GetListFriction(FrameNode* frameNode) GetListFriction() argument
529 SetListFriction(FrameNode* frameNode, double friction) SetListFriction() argument
540 SetListMaintainVisibleContentPosition(FrameNode* frameNode, bool enabled) SetListMaintainVisibleContentPosition() argument
548 SetListNestedScroll(FrameNode* frameNode, const NestedScrollOptions& nestedOpt) SetListNestedScroll() argument
556 GetListNestedScroll(FrameNode* frameNode) GetListNestedScroll() argument
565 GetListScrollBar(FrameNode* frameNode) GetListScrollBar() argument
571 SetListScrollBar(FrameNode* frameNode, int32_t barState) SetListScrollBar() argument
589 GetScrollBarWidth(FrameNode* frameNode) GetScrollBarWidth() argument
596 SetListScrollBarWidth(FrameNode* frameNode, const std::string& value) SetListScrollBarWidth() argument
601 GetScrollBarColor(FrameNode* frameNode) GetScrollBarColor() argument
608 SetListScrollBarColor(FrameNode* frameNode, const std::string& value) SetListScrollBarColor() argument
613 SetLanes(FrameNode* frameNode, int32_t lanes) SetLanes() argument
618 SetLaneConstrain(FrameNode* frameNode, const Dimension& laneMinLength, const Dimension& laneMaxLength) SetLaneConstrain() argument
624 SetLaneMinLength(FrameNode* frameNode, const Dimension& laneMinLength) SetLaneMinLength() argument
633 SetLaneMaxLength(FrameNode* frameNode, const Dimension& laneMaxLength) SetLaneMaxLength() argument
642 SetLaneGutter(FrameNode* frameNode, const Dimension& laneGutter) SetLaneGutter() argument
647 GetListItemAlign(FrameNode* frameNode) GetListItemAlign() argument
654 SetListItemAlign(FrameNode* frameNode, V2::ListItemAlign listItemAlign) SetListItemAlign() argument
659 GetListSpace(FrameNode* frameNode) GetListSpace() argument
666 SetListSpace(FrameNode* frameNode, const Dimension& space) SetListSpace() argument
671 GetEdgeEffect(FrameNode* frameNode) GetEdgeEffect() argument
677 GetEdgeEffectAlways(FrameNode* frameNode) GetEdgeEffectAlways() argument
683 SetScrollSnapAlign(FrameNode* frameNode, V2::ScrollSnapAlign scrollSnapAlign) SetScrollSnapAlign() argument
688 SetContentStartOffset(FrameNode* frameNode, float startOffset) SetContentStartOffset() argument
693 SetContentEndOffset(FrameNode* frameNode, float endOffset) SetContentEndOffset() argument
698 SetDivider(FrameNode* frameNode, const V2::ItemDivider& divider) SetDivider() argument
703 SetChainAnimationOptions(FrameNode* frameNode, const ChainAnimationOptions& options) SetChainAnimationOptions() argument
718 SetOnScroll(FrameNode* frameNode, OnScrollEvent&& onScroll) SetOnScroll() argument
726 SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& onScrollFrameBegin) SetOnScrollFrameBegin() argument
734 SetOnScrollStart(FrameNode* frameNode, OnScrollStartEvent&& onScrollStart) SetOnScrollStart() argument
742 SetOnScrollStop(FrameNode* frameNode, OnScrollStopEvent&& onScrollStop) SetOnScrollStop() argument
750 SetScrollToIndex(FrameNode* frameNode, int32_t index, int32_t animation, int32_t alignment) SetScrollToIndex() argument
758 SetScrollBy(FrameNode* frameNode, double x, double y) SetScrollBy() argument
771 SetFlingSpeedLimit(FrameNode* frameNode, double maxSpeed) SetFlingSpeedLimit() argument
778 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); GetOrCreateListChildrenMainSize() local
785 SetListChildrenMainSize( FrameNode* frameNode, float defaultSize, const std::vector<float>& mainSize) SetListChildrenMainSize() argument
794 ResetListChildrenMainSize(FrameNode* frameNode) ResetListChildrenMainSize() argument
802 GetInitialIndex(FrameNode* frameNode) GetInitialIndex() argument
809 GetDivider(FrameNode* frameNode) GetDivider() argument
816 SetScroller(FrameNode* frameNode, RefPtr<ScrollControllerBase> scroller, RefPtr<ScrollProxy> proxy) SetScroller() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h151 static void SetSafeAreaPadding(FrameNode* frameNode, const CalcLength& value);
152 static void SetSafeAreaPadding(FrameNode* frameNode, const PaddingProperty& value);
154 static void ResetSafeAreaPadding(FrameNode* frameNode);
226 static void SetSystemBarEffect(FrameNode *frameNode, bool enable);
310 static void SetOnPreDrag(FrameNode* frameNode, std::function<void(const PreDragStatus)>&& onPreDragFunc);
318 static void SetOnDrop(FrameNode* frameNode, NG::OnDragDropFunc&& onDrop);
322 FrameNode* frameNode, std::function<void(const RefPtr<OHOS::Ace::DragEvent>&)>&& onDragEnd);
401 static void DisableOnClick(FrameNode* frameNode);
402 static void DisableOnTouch(FrameNode* frameNode);
403 static void DisableOnKeyEvent(FrameNode* frameNode);
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_model_ng.cpp30 auto frameNode = FrameNode::GetOrCreateFrameNode( in Create() local
32 CHECK_NULL_VOID(frameNode); in Create()
33 if (frameNode->GetChildren().empty()) { in Create()
42 frameNode->GetLayoutProperty()->UpdateAlignment(Alignment::TOP_LEFT); in Create()
43 frameNode->AddChild(imageNode); in Create()
45 stack->Push(frameNode); in Create()
91 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); in SetOnStart() local
92 CHECK_NULL_VOID(frameNode); in SetOnStart()
93 auto eventHub = frameNode->GetEventHub<ImageAnimatorEventHub>(); in SetOnStart()
100 auto frameNode in SetOnPause() local
109 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnRepeat() local
118 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnCancel() local
127 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnFinish() local
136 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); GetImageAnimatorPattern() local
141 GetImageAnimatorPattern(FrameNode* frameNode) GetImageAnimatorPattern() argument
149 auto frameNode = FrameNode::CreateFrameNode( CreateFrameNode() local
167 SetImages(FrameNode* frameNode, const std::vector<ImageProperties>& images) SetImages() argument
175 SetIsReverse(FrameNode* frameNode, bool isReverse) SetIsReverse() argument
180 SetDuration(FrameNode* frameNode, int32_t duration) SetDuration() argument
186 SetState(FrameNode* frameNode, int32_t state) SetState() argument
191 SetFixedSize(FrameNode* frameNode, bool fixedSize) SetFixedSize() argument
196 SetFillMode(FrameNode* frameNode, int32_t fillMode) SetFillMode() argument
201 SetIteration(FrameNode* frameNode, int32_t iteration) SetIteration() argument
206 IsReverse(FrameNode* frameNode) IsReverse() argument
214 GetDuration(FrameNode* frameNode) GetDuration() argument
222 GetState(FrameNode* frameNode) GetState() argument
230 IsFixedSize(FrameNode* frameNode) IsFixedSize() argument
238 GetFillMode(FrameNode* frameNode) GetFillMode() argument
246 GetIteration(FrameNode* frameNode) GetIteration() argument
254 GetImagesSize(FrameNode* frameNode) GetImagesSize() argument
262 SetOnStart(FrameNode* frameNode, std::function<void()>&& onStart) SetOnStart() argument
270 SetOnPause(FrameNode* frameNode, std::function<void()>&& onPause) SetOnPause() argument
278 SetOnRepeat(FrameNode* frameNode, std::function<void()>&& onRepeat) SetOnRepeat() argument
286 SetOnCancel(FrameNode* frameNode, std::function<void()>&& onCancel) SetOnCancel() argument
294 SetOnFinish(FrameNode* frameNode, std::function<void()>&& onFinish) SetOnFinish() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_model_ng.cpp24 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); in SetEdgeEffect() local
25 CHECK_NULL_VOID(frameNode); in SetEdgeEffect()
26 auto pattern = frameNode->GetPattern<ScrollablePattern>(); in SetEdgeEffect()
29 frameNode->MarkDirtyNode(PROPERTY_UPDATE_MEASURE_SELF); in SetEdgeEffect()
49 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); in SetOnScroll() local
50 CHECK_NULL_VOID(frameNode); in SetOnScroll()
51 auto eventHub = frameNode->GetEventHub<ScrollableEventHub>(); in SetOnScroll()
56 void ScrollableModelNG::SetOnScroll(FrameNode* frameNode, OnScrollEvent&& onScroll) in SetOnScroll() argument
58 CHECK_NULL_VOID(frameNode); in SetOnScroll()
59 auto eventHub = frameNode in SetOnScroll()
66 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnWillScroll() local
73 SetOnWillScroll(FrameNode* frameNode, OnWillScrollEvent&& event) SetOnWillScroll() argument
83 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnDidScroll() local
90 SetOnDidScroll(FrameNode* frameNode, OnScrollEvent&& onScroll) SetOnDidScroll() argument
100 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollStart() local
107 SetOnScrollStart(FrameNode* frameNode, OnScrollStartEvent&& onScrollStart) SetOnScrollStart() argument
117 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollStop() local
124 SetOnScrollStop(FrameNode* frameNode, OnScrollStopEvent&& onScrollStop) SetOnScrollStop() argument
134 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnReachStart() local
141 SetOnReachStart(FrameNode* frameNode, OnReachEvent&& onReachStart) SetOnReachStart() argument
151 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnReachEnd() local
160 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollFrameBegin() local
167 SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& ScrollFrameBegin) SetOnScrollFrameBegin() argument
181 SetFadingEdge(FrameNode* frameNode, bool fadingEdge, const Dimension& fadingEdgeLength) SetFadingEdge() argument
187 SetEdgeEffect(FrameNode* frameNode, EdgeEffect edgeEffect, bool alwaysEnabled) SetEdgeEffect() argument
196 SetScrollBarMode(FrameNode* frameNode, int32_t displayNumber) SetScrollBarMode() argument
202 SetScrollBarWidth(FrameNode* frameNode, const std::string& value) SetScrollBarWidth() argument
208 SetScrollBarColor(FrameNode* frameNode, const std::string& value) SetScrollBarColor() argument
215 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetMaxFlingSpeed() local
222 GetEdgeEffect(FrameNode* frameNode) GetEdgeEffect() argument
230 GetAlwaysEnabled(FrameNode* frameNode) GetAlwaysEnabled() argument
238 SetOnReachEnd(FrameNode* frameNode, OnReachEvent&& onReachEnd) SetOnReachEnd() argument
246 SetMaxFlingSpeed(FrameNode* frameNode, double max) SetMaxFlingSpeed() argument
259 SetContentClip(FrameNode* frameNode, ContentClipMode mode, const RefPtr<ShapeRect>& rect) SetContentClip() argument
264 GetFadingEdge(FrameNode* frameNode) GetFadingEdge() argument
272 GetFadingEdgeLength(FrameNode* frameNode) GetFadingEdgeLength() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h72 static void ProcessDefaultStyleAndBehaviors(const RefPtr<FrameNode>& frameNode);
127 static void SetTextDecoration(FrameNode* frameNode, TextDecoration value);
128 static void SetTextDecorationColor(FrameNode* frameNode, const Color& value);
129 static void SetTextDecorationStyle(FrameNode* frameNode, TextDecorationStyle value);
130 static void SetLetterSpacing(FrameNode* frameNode, const Dimension& value);
131 static void SetLineHeight(FrameNode* frameNode, const Dimension& value);
132 static void SetLineSpacing(FrameNode* frameNode, const Dimension& value);
135 static void SetTextOverflow(FrameNode* frameNode, Ace::TextOverflow value);
136 static void SetTextIndent(FrameNode* frameNode, const Dimension& value);
139 static void SetAdaptMinFontSize(FrameNode* frameNode, cons
[all...]
H A Dtext_field_model_ng.cpp43 auto frameNode = FrameNode::GetOrCreateFrameNode(isTextArea ? V2::TEXTAREA_ETS_TAG : V2::TEXTINPUT_ETS_TAG, nodeId, in CreateNode() local
45 stack->Push(frameNode); in CreateNode()
46 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in CreateNode()
48 auto textfieldPaintProperty = frameNode->GetPaintProperty<TextFieldPaintProperty>(); in CreateNode()
51 frameNode->SetAllowDrop(allowDropSet); in CreateNode()
52 auto pattern = frameNode->GetPattern<TextFieldPattern>(); in CreateNode()
74 auto pipeline = frameNode->GetContext(); in CreateNode()
91 if (frameNode->IsFirstBuilding()) { in CreateNode()
94 auto gestureHub = frameNode->GetOrCreateGestureEventHub(); in CreateNode()
103 auto frameNode in CreateFrameNode() local
138 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetDraggable() local
153 SetFontFeature(FrameNode* frameNode, const FONT_FEATURES_LIST& value) SetFontFeature() argument
158 SetAutoWidth(FrameNode* frameNode) SetAutoWidth() argument
165 SetWidth(FrameNode* frameNode, const std::string& value) SetWidth() argument
178 ClearWidth(FrameNode* frameNode) ClearWidth() argument
199 ProcessDefaultStyleAndBehaviors(const RefPtr<FrameNode>& frameNode) ProcessDefaultStyleAndBehaviors() argument
243 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); CreateTextInput() local
258 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); CreateTextArea() local
267 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetWidthAuto() local
274 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); RequestKeyboardOnFocus() local
282 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetType() local
300 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetContentType() local
351 auto frameNode = ViewStackProcessor ::GetInstance()->GetMainFrameNode(); SetCaretPosition() local
364 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetTextAlign() local
386 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetMaxLength() local
400 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); ResetMaxLength() local
459 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetShowPasswordIcon() local
470 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetShowPasswordText() local
507 SetOnTextSelectionChange(FrameNode* frameNode, std::function<void(int32_t, int32_t)>&& func) SetOnTextSelectionChange() argument
564 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); AddDragFrameNodeToManager() local
580 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetPasswordIcon() local
606 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetShowUnit() local
627 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetShowCounter() local
645 auto frameNode = ViewStackProcessor ::GetInstance()->GetMainFrameNode(); SetCounterType() local
654 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetShowCounterBorder() local
662 SetShowCounterBorder(FrameNode* frameNode, bool value) SetShowCounterBorder() argument
690 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetBackgroundColor() local
704 SetBackgroundColor(FrameNode* frameNode, const Color& color) SetBackgroundColor() argument
715 auto frameNode = ViewStackProcessor ::GetInstance()->GetMainFrameNode(); SetMargin() local
741 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetPadding() local
750 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetDefaultPadding() local
788 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetCustomKeyboard() local
832 SetAdaptMinFontSize(FrameNode* frameNode, const Dimension& value) SetAdaptMinFontSize() argument
837 SetAdaptMaxFontSize(FrameNode* frameNode, const Dimension& value) SetAdaptMaxFontSize() argument
842 SetHeightAdaptivePolicy(FrameNode* frameNode, TextHeightAdaptivePolicy value) SetHeightAdaptivePolicy() argument
867 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetCancelSymbolIcon() local
916 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetBackBorderRadius() local
940 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetBackBorder() local
971 SetTextOverflow(FrameNode* frameNode, Ace::TextOverflow value) SetTextOverflow() argument
976 SetTextIndent(FrameNode* frameNode, const Dimension& value) SetTextIndent() argument
981 SetInputStyle(FrameNode* frameNode, InputStyle value) SetInputStyle() argument
994 RequestKeyboardOnFocus(FrameNode* frameNode, bool needToRequest) RequestKeyboardOnFocus() argument
1001 SetBarState(FrameNode* frameNode, OHOS::Ace::DisplayMode value) SetBarState() argument
1006 SetPasswordIcon(FrameNode* frameNode, const PasswordIcon& passwordIcon) SetPasswordIcon() argument
1035 SetSelectedBackgroundColor(FrameNode* frameNode, const Color& value) SetSelectedBackgroundColor() argument
1040 SetMaxViewLines(FrameNode* frameNode, uint32_t value) SetMaxViewLines() argument
1045 SetNormalMaxViewLines(FrameNode* frameNode, uint32_t value) SetNormalMaxViewLines() argument
1051 SetType(FrameNode* frameNode, TextInputType value) SetType() argument
1061 SetContentType(const FrameNode* frameNode, const TextContentType& value) SetContentType() argument
1072 SetCopyOption(FrameNode* frameNode, CopyOptions copyOption) SetCopyOption() argument
1077 SetShowPasswordIcon(FrameNode* frameNode, bool value) SetShowPasswordIcon() argument
1087 SetShowPassword(FrameNode* frameNode, bool value) SetShowPassword() argument
1097 SetTextAlign(FrameNode* frameNode, TextAlign value) SetTextAlign() argument
1113 SetTextColor(FrameNode* frameNode, const Color& value) SetTextColor() argument
1121 SetCaretPosition(FrameNode* frameNode, const int32_t& value) SetCaretPosition() argument
1128 SetFontStyle(FrameNode* frameNode, Ace::FontStyle value) SetFontStyle() argument
1134 SetMaxLength(FrameNode* frameNode, uint32_t value) SetMaxLength() argument
1147 ResetMaxLength(FrameNode* frameNode) ResetMaxLength() argument
1156 SetCaretStyle(FrameNode* frameNode, const CaretStyle& value) SetCaretStyle() argument
1163 SetPlaceholderColor(FrameNode* frameNode, const Color& value) SetPlaceholderColor() argument
1168 SetFontWeight(FrameNode* frameNode, FontWeight value) SetFontWeight() argument
1174 SetShowUnderline(FrameNode* frameNode, bool showUnderLine) SetShowUnderline() argument
1179 SetUserUnderlineColor(FrameNode* frameNode, UserUnderlineColor userColor) SetUserUnderlineColor() argument
1186 SetNormalUnderlineColor(FrameNode* frameNode, const Color& normalColor) SetNormalUnderlineColor() argument
1193 SetEnterKeyType(FrameNode* frameNode, TextInputAction value) SetEnterKeyType() argument
1203 SetFontFamily(FrameNode* frameNode, const std::vector<std::string>& value) SetFontFamily() argument
1209 SetMaxLines(FrameNode* frameNode, uint32_t value) SetMaxLines() argument
1214 SetPlaceholderFont(FrameNode* frameNode, const Font& value) SetPlaceholderFont() argument
1235 SetFontSize(FrameNode* frameNode, const Dimension& value) SetFontSize() argument
1241 SetCaretColor(FrameNode* frameNode, const Color& value) SetCaretColor() argument
1246 SetSelectionMenuHidden(FrameNode* frameNode, bool selectionMenuHidden) SetSelectionMenuHidden() argument
1251 GetSelectionMenuHidden(FrameNode* frameNode) GetSelectionMenuHidden() argument
1259 SetPasswordRules(FrameNode* frameNode, const std::string& passwordRules) SetPasswordRules() argument
1264 SetEnableAutoFill(FrameNode* frameNode, bool enableAutoFill) SetEnableAutoFill() argument
1269 SetShowCounter(FrameNode* frameNode, bool value) SetShowCounter() argument
1286 SetShowError(FrameNode* frameNode, const std::string& errorText, bool visible) SetShowError() argument
1292 SetCounterType(FrameNode* frameNode, int32_t value) SetCounterType() argument
1300 SetOnChange(FrameNode* frameNode, std::function<void(const std::string&, PreviewText&)>&& func) SetOnChange() argument
1308 SetOnContentSizeChange(FrameNode* frameNode, std::function<void(float, float)>&& func) SetOnContentSizeChange() argument
1316 SetTextFieldText(FrameNode* frameNode, const std::string& value) SetTextFieldText() argument
1326 SetTextFieldPlaceHolder(FrameNode* frameNode, const std::string& placeholder) SetTextFieldPlaceHolder() argument
1333 StopTextFieldEditing(FrameNode* frameNode) StopTextFieldEditing() argument
1342 SetOnSubmit(FrameNode* frameNode, std::function<void(int32_t, NG::TextFieldCommonEvent&)>&& func) SetOnSubmit() argument
1350 SetOnCut(FrameNode* frameNode, std::function<void(const std::string&)>&& func) SetOnCut() argument
1358 SetOnPasteWithEvent( FrameNode* frameNode, std::function<void(const std::string&, NG::TextCommonEvent&)>&& func) SetOnPasteWithEvent() argument
1367 SetCleanNodeStyle(FrameNode* frameNode, CleanNodeStyle cleanNodeStyle) SetCleanNodeStyle() argument
1372 SetIsShowCancelButton(FrameNode* frameNode, bool isShowCancelButton) SetIsShowCancelButton() argument
1377 SetCancelIconSize(FrameNode* frameNode, const CalcDimension& iconSize) SetCancelIconSize() argument
1382 SetCanacelIconSrc(FrameNode* frameNode, const std::string& iconSrc) SetCanacelIconSrc() argument
1387 SetCancelIconColor(FrameNode* frameNode, const Color& iconColor) SetCancelIconColor() argument
1392 SetCancelButtonSymbol(FrameNode* frameNode, bool isShowSymbol) SetCancelButtonSymbol() argument
1397 SetCancelSymbolIcon(FrameNode* frameNode, const std::function<void(WeakPtr<NG::FrameNode>)>& iconSymbol) SetCancelSymbolIcon() argument
1406 GetPlaceholderText(FrameNode* frameNode) GetPlaceholderText() argument
1413 GetTextFieldText(FrameNode* frameNode) GetTextFieldText() argument
1421 GetCaretColor(FrameNode* frameNode) GetCaretColor() argument
1428 GetCaretStyle(FrameNode* frameNode) GetCaretStyle() argument
1435 GetShowUnderline(FrameNode* frameNode) GetShowUnderline() argument
1442 GetMaxLength(FrameNode* frameNode) GetMaxLength() argument
1449 GetEnterKeyType(FrameNode* frameNode) GetEnterKeyType() argument
1458 GetPlaceholderColor(FrameNode* frameNode) GetPlaceholderColor() argument
1466 GetPlaceholderFont(FrameNode* frameNode) GetPlaceholderFont() argument
1484 GetRequestKeyboardOnFocus(FrameNode* frameNode) GetRequestKeyboardOnFocus() argument
1492 GetType(FrameNode* frameNode) GetType() argument
1499 GetSelectedBackgroundColor(FrameNode* frameNode) GetSelectedBackgroundColor() argument
1507 GetShowPasswordIcon(FrameNode* frameNode) GetShowPasswordIcon() argument
1514 GetShowPassword(FrameNode* frameNode) GetShowPassword() argument
1521 GetTextFieldEditing(FrameNode* frameNode) GetTextFieldEditing() argument
1529 GetShowCancelButton(FrameNode* frameNode) GetShowCancelButton() argument
1537 GetCancelIconSize(FrameNode* frameNode) GetCancelIconSize() argument
1544 GetCanacelIconSrc(FrameNode* frameNode) GetCanacelIconSrc() argument
1551 GetCancelIconColor(FrameNode* frameNode) GetCancelIconColor() argument
1558 GetTextAlign(FrameNode* frameNode) GetTextAlign() argument
1564 GetTextColor(FrameNode* frameNode) GetTextColor() argument
1570 GetFontStyle(FrameNode* frameNode) GetFontStyle() argument
1576 GetFontWeight(FrameNode* frameNode) GetFontWeight() argument
1582 GetFontSize(FrameNode* frameNode) GetFontSize() argument
1588 GetCleanNodeStyle(FrameNode* frameNode) GetCleanNodeStyle() argument
1594 GetShowCounter(FrameNode* frameNode) GetShowCounter() argument
1600 GetCounterType(FrameNode* frameNode) GetCounterType() argument
1606 GetShowCounterBorder(FrameNode* frameNode) GetShowCounterBorder() argument
1614 SetTextSelection(FrameNode* frameNode, int32_t start, int32_t end) SetTextSelection() argument
1626 GetTextSelectionIndex(FrameNode* frameNode, bool isEnd) GetTextSelectionIndex() argument
1638 ResetTextInputPadding(FrameNode* frameNode) ResetTextInputPadding() argument
1656 SetTextDecoration(FrameNode* frameNode, TextDecoration value) SetTextDecoration() argument
1661 SetTextDecorationColor(FrameNode* frameNode, const Color& value) SetTextDecorationColor() argument
1666 SetTextDecorationStyle(FrameNode* frameNode, TextDecorationStyle value) SetTextDecorationStyle() argument
1671 SetLetterSpacing(FrameNode* frameNode, const Dimension& value) SetLetterSpacing() argument
1676 SetLineHeight(FrameNode* frameNode, const Dimension& value) SetLineHeight() argument
1681 SetLineSpacing(FrameNode* frameNode, const Dimension& value) SetLineSpacing() argument
1686 SetWordBreak(FrameNode* frameNode, Ace::WordBreak value) SetWordBreak() argument
1691 SetLineBreakStrategy(FrameNode* frameNode, LineBreakStrategy value) SetLineBreakStrategy() argument
1696 SetSelectAllValue(FrameNode* frameNode, bool isSelectAllValue) SetSelectAllValue() argument
1701 SetBlurOnSubmit(FrameNode* frameNode, bool blurOnSubmit) SetBlurOnSubmit() argument
1709 GetBlurOnSubmit(FrameNode* frameNode) GetBlurOnSubmit() argument
1717 SetOnEditChange(FrameNode* frameNode, std::function<void(bool)>&& func) SetOnEditChange() argument
1725 SetInputFilter(FrameNode* frameNode, const std::string& value, const std::function<void(const std::string&)>& onError) SetInputFilter() argument
1735 SetOnContentScroll(FrameNode* frameNode, std::function<void(float, float)>&& func) SetOnContentScroll() argument
1743 SetOnCopy(FrameNode* frameNode, std::function<void(const std::string&)>&& func) SetOnCopy() argument
1751 SetOnEditChanged(FrameNode* frameNode, std::function<void(bool)>&& func) SetOnEditChanged() argument
1759 SetCustomKeyboard(FrameNode* frameNode, FrameNode* customKeyboard, bool supportAvoidance) SetCustomKeyboard() argument
1769 SetInputFilter(FrameNode* frameNode, const std::string& value) SetInputFilter() argument
1774 SetInputFilterError(FrameNode* frameNode, const std::function<void(const std::string&)>& onError) SetInputFilterError() argument
1782 GetWordBreak(FrameNode* frameNode) GetWordBreak() argument
1789 GetEnableAutoFill(FrameNode* frameNode) GetEnableAutoFill() argument
1796 GetContentType(FrameNode* frameNode) GetContentType() argument
1803 GetUnderLineColor(FrameNode* frameNode) GetUnderLineColor() argument
1810 GetPasswordRules(FrameNode* frameNode) GetPasswordRules() argument
1817 GetSelectAllValue(FrameNode* frameNode) GetSelectAllValue() argument
1824 GetInputFilter(FrameNode* frameNode) GetInputFilter() argument
1831 GetOrCreateController(FrameNode* frameNode) GetOrCreateController() argument
1844 GetInputStyle(FrameNode* frameNode) GetInputStyle() argument
1851 GetFontFeature(FrameNode* frameNode) GetFontFeature() argument
1858 GetAdaptMinFontSize(FrameNode* frameNode) GetAdaptMinFontSize() argument
1915 GetAdaptMaxFontSize(FrameNode* frameNode) GetAdaptMaxFontSize() argument
1922 GetLineHeight(FrameNode* frameNode) GetLineHeight() argument
1929 GetMaxLines(FrameNode* frameNode) GetMaxLines() argument
1936 SetPadding(FrameNode* frameNode, NG::PaddingProperty& newPadding) SetPadding() argument
1946 GetCustomKeyboard(FrameNode* frameNode) GetCustomKeyboard() argument
1954 GetCustomKeyboardOption(FrameNode* frameNode) GetCustomKeyboardOption() argument
1962 SetShowKeyBoardOnFocus(FrameNode* frameNode, bool value) SetShowKeyBoardOnFocus() argument
1969 GetShowKeyBoardOnFocus(FrameNode* frameNode) GetShowKeyBoardOnFocus() argument
1977 SetNumberOfLines(FrameNode* frameNode, int32_t value) SetNumberOfLines() argument
1983 GetNumberOfLines(FrameNode* frameNode) GetNumberOfLines() argument
1990 ResetNumberOfLines(FrameNode* frameNode) ResetNumberOfLines() argument
1999 SetBorderWidth(FrameNode* frameNode, NG::BorderWidthProperty borderWidth) SetBorderWidth() argument
2009 SetBorderRadius(FrameNode* frameNode, NG::BorderRadiusProperty borderRadius) SetBorderRadius() argument
2016 SetBorderColor(FrameNode* frameNode, NG::BorderColorProperty borderColors) SetBorderColor() argument
2023 SetBorderStyle(FrameNode* frameNode, NG::BorderStyleProperty borderStyles) SetBorderStyle() argument
2030 SetMargin(FrameNode* frameNode, NG::PaddingProperty& margin) SetMargin() argument
2041 GetMargin(FrameNode* frameNode) GetMargin() argument
2061 SetOnWillInsertValueEvent(FrameNode* frameNode, std::function<bool(const InsertValueInfo&)>&& func) SetOnWillInsertValueEvent() argument
2070 SetOnDidInsertValueEvent(FrameNode* frameNode, std::function<void(const InsertValueInfo&)>&& func) SetOnDidInsertValueEvent() argument
2079 SetOnWillDeleteEvent(FrameNode* frameNode, std::function<bool(const DeleteValueInfo&)>&& func) SetOnWillDeleteEvent() argument
2088 SetOnDidDeleteEvent(FrameNode* frameNode, std::function<void(const DeleteValueInfo&)>&& func) SetOnDidDeleteEvent() argument
2097 OnCreateMenuCallbackUpdate( FrameNode* frameNode, const NG::OnCreateMenuCallback&& onCreateMenuCallback) OnCreateMenuCallbackUpdate() argument
2106 OnMenuItemClickCallbackUpdate( FrameNode* frameNode, const NG::OnMenuItemClickCallback&& onMenuItemClick) OnMenuItemClickCallbackUpdate() argument
2115 SetEnablePreviewText(FrameNode* frameNode, bool enablePreviewText) SetEnablePreviewText() argument
2123 GetPadding(FrameNode* frameNode) GetPadding() argument
2138 SetJSTextEditableController(FrameNode* frameNode, const RefPtr<Referenced>& controller) SetJSTextEditableController() argument
2146 GetJSTextEditableController(FrameNode* frameNode) GetJSTextEditableController() argument
2154 SetEnableHapticFeedback(FrameNode* frameNode, bool state) SetEnableHapticFeedback() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_model_ng.cpp26 auto frameNode = FrameNode::GetOrCreateFrameNode( in Create() local
28 auto pattern = frameNode->GetPattern<LinearIndicatorPattern>(); in Create()
29 SetProgressCount(frameNode, progressCount); in Create()
30 stack->Push(frameNode); in Create()
35 OHOS::Ace::RefPtr<OHOS::Ace::NG::FrameNode> frameNode, std::size_t progressCount) in SetProgressCount()
37 ACE_UPDATE_NODE_LAYOUT_PROPERTY(LinearIndicatorLayoutProperty, ProgressCount, progressCount, frameNode); in SetProgressCount()
42 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); in SetSpace() local
43 CHECK_NULL_VOID(frameNode); in SetSpace()
44 ACE_UPDATE_NODE_LAYOUT_PROPERTY(LinearIndicatorLayoutProperty, Space, value, frameNode); in SetSpace()
49 auto frameNode in SetStrokeWidth() local
34 SetProgressCount( OHOS::Ace::RefPtr<OHOS::Ace::NG::FrameNode> frameNode, std::size_t progressCount) SetProgressCount() argument
56 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetStrokeRadius() local
63 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetTrackBackgroundColor() local
70 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetTrackColor() local
77 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); Loop() local
84 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); OnChange() local
91 SetIndicatorStyleSpace(FrameNode* frameNode, const Dimension& space) SetIndicatorStyleSpace() argument
96 SetIndicatorStyleStrokeWidth(FrameNode* frameNode, const Dimension& strokeWidth) SetIndicatorStyleStrokeWidth() argument
101 SetIndicatorStyleStrokeRadius(FrameNode* frameNode, const Dimension& strokeRadius) SetIndicatorStyleStrokeRadius() argument
106 SetIndicatorStyleTrackBackgroundColor( FrameNode* frameNode, const Color& trackBackgroundColor) SetIndicatorStyleTrackBackgroundColor() argument
113 SetIndicatorStyleTrackColor(FrameNode* frameNode, const Color& trackColor) SetIndicatorStyleTrackColor() argument
118 SetLoop(FrameNode* frameNode, bool value) SetLoop() argument
123 SetOnChange(FrameNode* frameNode, std::function<void(int index, float progress)>&& event) SetOnChange() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model_ng.cpp31 auto frameNode = FrameNode::GetOrCreateFrameNode( in Create() local
33 stack->Push(frameNode); in Create()
34 auto pattern = frameNode->GetPattern<ScrollPattern>(); in Create()
45 auto frameNode = FrameNode::CreateFrameNode( in CreateFrameNode() local
47 auto pattern = frameNode->GetPattern<ScrollPattern>(); in CreateFrameNode()
54 return frameNode; in CreateFrameNode()
59 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); in GetOrCreateController() local
60 CHECK_NULL_RETURN(frameNode, nullptr); in GetOrCreateController()
61 auto pattern = frameNode->GetPattern<ScrollPattern>(); in GetOrCreateController()
71 FrameNode* frameNode, cons in SetScrollController()
70 SetScrollController( FrameNode* frameNode, const RefPtr<ScrollControllerBase>& scroller, const RefPtr<ScrollProxy>& proxy) SetScrollController() argument
85 SetOnScroll(FrameNode* frameNode, NG::ScrollEvent&& event) SetOnScroll() argument
93 SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& event) SetOnScrollFrameBegin() argument
101 SetOnScrollStart(FrameNode* frameNode, OnScrollStartEvent&& event) SetOnScrollStart() argument
109 SetOnScrollStop(FrameNode* frameNode, OnScrollStopEvent&& event) SetOnScrollStop() argument
122 GetAxis(FrameNode *frameNode) GetAxis() argument
140 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollBegin() local
149 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollFrameBegin() local
158 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScroll() local
164 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnWillScroll() local
171 SetOnWillScroll(FrameNode* frameNode, ScrollEventWithReturn&& event) SetOnWillScroll() argument
181 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnDidScroll() local
188 SetOnDidScroll(FrameNode* frameNode, ScrollEventWithState&& event) SetOnDidScroll() argument
198 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollEdge() local
207 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollEnd() local
216 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollStart() local
225 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnScrollStop() local
237 SetOnReachStart(FrameNode* frameNode, OnReachEvent&& onReachStart) SetOnReachStart() argument
247 SetOnReachEnd(FrameNode* frameNode, OnReachEvent&& onReachEnd) SetOnReachEnd() argument
254 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetScrollBarProxy() local
273 GetEnablePaging(FrameNode* frameNode) GetEnablePaging() argument
283 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetEnablePaging() local
295 GetScrollBar(FrameNode* frameNode) GetScrollBar() argument
301 SetScrollBar(FrameNode* frameNode, DisplayMode barState) SetScrollBar() argument
306 SetNestedScroll(FrameNode* frameNode, const NestedScrollOptions& nestedOpt) SetNestedScroll() argument
314 GetFriction(FrameNode* frameNode) GetFriction() argument
322 SetFriction(FrameNode* frameNode, double friction) SetFriction() argument
330 GetScrollSnap(FrameNode* frameNode) GetScrollSnap() argument
343 SetScrollSnap(FrameNode* frameNode, ScrollSnapAlign scrollSnapAlign, const Dimension& intervalSize, const std::vector<Dimension>& snapPaginations, const std::pair<bool, bool>& enableSnapToSide) SetScrollSnap() argument
358 GetScrollEnabled(FrameNode* frameNode) GetScrollEnabled() argument
369 SetScrollEnabled(FrameNode* frameNode, bool scrollEnabled) SetScrollEnabled() argument
374 GetScrollBarWidth(FrameNode* frameNode) GetScrollBarWidth() argument
386 GetScrollBarColor(FrameNode* frameNode) GetScrollBarColor() argument
398 GetEdgeEffect(FrameNode* frameNode) GetEdgeEffect() argument
404 GetEdgeEffectAlways(FrameNode* frameNode) GetEdgeEffectAlways() argument
417 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetNestedScroll() local
431 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetFriction() local
441 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetScrollSnap() local
454 SetAxis(FrameNode* frameNode, Axis axis) SetAxis() argument
463 SetScrollBarColor(FrameNode* frameNode, const Color& color) SetScrollBarColor() argument
468 SetScrollBarWidth(FrameNode* frameNode, const Dimension& dimension) SetScrollBarWidth() argument
473 SetEdgeEffect(FrameNode* frameNode, const EdgeEffect& edgeEffect, bool alwaysEnabled) SetEdgeEffect() argument
478 SetEnablePaging(FrameNode* frameNode, bool enablePaging) SetEnablePaging() argument
491 GetOrCreateController(FrameNode* frameNode) GetOrCreateController() argument
503 SetOnScrollEdge(FrameNode* frameNode, NG::ScrollEdgeEvent&& event) SetOnScrollEdge() argument
511 GetNestedScroll(FrameNode* frameNode) GetNestedScroll() argument
520 GetOnScrollEdge(FrameNode* frameNode) GetOnScrollEdge() argument
551 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetInitialOffset() local
558 SetInitialOffset(FrameNode* frameNode, const OffsetT<CalcDimension>& offset) SetInitialOffset() argument
566 SetScrollBarProxy(FrameNode* frameNode, const RefPtr<ScrollProxy>& proxy) SetScrollBarProxy() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_model_ng.cpp29 auto frameNode = FrameNode::GetOrCreateFrameNode( in Create() local
31 ViewStackProcessor::GetInstance()->Push(frameNode); in Create()
32 auto eventHub = frameNode->GetEventHub<NG::RadioEventHub>(); in Create()
47 auto frameNode = FrameNode::CreateFrameNode(V2::RADIO_ETS_TAG, nodeId, AceType::MakeRefPtr<RadioPattern>()); in CreateFrameNode() local
48 CHECK_NULL_RETURN(frameNode, nullptr); in CreateFrameNode()
49 return frameNode; in CreateFrameNode()
54 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); in SetBuilder() local
55 CHECK_NULL_VOID(frameNode); in SetBuilder()
56 auto radioPattern = frameNode->GetPattern<RadioPattern>(); in SetBuilder()
68 auto frameNode in SetChecked() local
81 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnChange() local
88 SetOnChange(FrameNode* frameNode, ChangeEvent&& onChange) SetOnChange() argument
128 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetOnChangeEvent() local
138 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetResponseRegion() local
148 auto frameNode = ViewStackProcessor::GetInstance()->GetMainFrameNode(); SetHoverEffect() local
155 SetChecked(FrameNode* frameNode, bool isChecked) SetChecked() argument
160 SetCheckedBackgroundColor(FrameNode* frameNode, const Color& color) SetCheckedBackgroundColor() argument
165 SetUncheckedBorderColor(FrameNode* frameNode, const Color& color) SetUncheckedBorderColor() argument
170 SetIndicatorColor(FrameNode* frameNode, const Color& color) SetIndicatorColor() argument
175 SetWidth(FrameNode* frameNode, const Dimension& width) SetWidth() argument
180 SetHeight(FrameNode* frameNode, const Dimension& height) SetHeight() argument
185 SetHoverEffect(FrameNode* frameNode, HoverEffectType hoverEffect) SetHoverEffect() argument
194 SetPadding(FrameNode* frameNode, const NG::PaddingProperty& newArgs) SetPadding() argument
199 SetResponseRegion(FrameNode* frameNode, const std::vector<DimensionRect>& responseRegion) SetResponseRegion() argument
208 SetBuilderFunc(FrameNode* frameNode, NG::RadioMakeCallback&& makeFunc) SetBuilderFunc() argument
216 SetChangeValue(FrameNode* frameNode, bool value) SetChangeValue() argument
223 GetChecked(FrameNode* frameNode) GetChecked() argument
230 GetCheckedBackgroundColor(FrameNode* frameNode) GetCheckedBackgroundColor() argument
238 GetUncheckedBorderColor(FrameNode* frameNode) GetUncheckedBorderColor() argument
246 GetIndicatorColor(FrameNode* frameNode) GetIndicatorColor() argument
253 SetRadioValue(FrameNode* frameNode, const std::string& value) SetRadioValue() argument
263 GetRadioValue(FrameNode* frameNode) GetRadioValue() argument
271 SetRadioGroup(FrameNode* frameNode, const std::string& value) SetRadioGroup() argument
281 GetRadioGroup(FrameNode* frameNode) GetRadioGroup() argument
289 SetRadioOptions(FrameNode* frameNode, const std::string& value, const std::string& group, int32_t indicator) SetRadioOptions() argument
[all...]

Completed in 235 milliseconds

12345678910>>...44