Home
last modified time | relevance | path

Searched refs:buttonConfirmNode (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_order_test.cpp464 textConfirmNode->MountToParent(buttonConfirmNode);
520 textConfirmNode->MountToParent(buttonConfirmNode);
576 textConfirmNode->MountToParent(buttonConfirmNode);
632 textConfirmNode->MountToParent(buttonConfirmNode);
688 textConfirmNode->MountToParent(buttonConfirmNode);
744 textConfirmNode->MountToParent(buttonConfirmNode);
798 textConfirmNode->MountToParent(buttonConfirmNode);
853 textConfirmNode->MountToParent(buttonConfirmNode);
908 textConfirmNode->MountToParent(buttonConfirmNode);
963 textConfirmNode->MountToParent(buttonConfirmNode);
[all …]
H A Ddate_picker_column_test_ng.cpp1060 textConfirmNode->MountToParent(buttonConfirmNode);
1123 textConfirmNode->MountToParent(buttonConfirmNode);
1192 textConfirmNode->MountToParent(buttonConfirmNode);
1251 textConfirmNode->MountToParent(buttonConfirmNode);
1305 textConfirmNode->MountToParent(buttonConfirmNode);
1374 textConfirmNode->MountToParent(buttonConfirmNode);
1444 textConfirmNode->MountToParent(buttonConfirmNode);
1511 textConfirmNode->MountToParent(buttonConfirmNode);
1580 textConfirmNode->MountToParent(buttonConfirmNode);
1665 textConfirmNode->MountToParent(buttonConfirmNode);
[all …]
H A Ddate_picker_test_ng.cpp1035 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
1042 textConfirmNode->MountToParent(buttonConfirmNode);
1045 datePickerPattern->SetConfirmNode(buttonConfirmNode);
5661 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
5668 textConfirmNode->MountToParent(buttonConfirmNode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_dialog_view.cpp484 buttonConfirmNode->MountToParent(contentRow); in CreateButtonNode()
507 CHECK_NULL_RETURN(buttonConfirmNode, nullptr); in CreateButtonNodeForAging()
520 buttonConfirmNode->MountToParent(contentRow); in CreateButtonNodeForAging()
547 auto buttonConfirmNode = weakbuttonConfirmNode.Upgrade(); in CreateAndSetTimePickerSwitchEvent() local
548 CHECK_NULL_VOID(buttonConfirmNode); in CreateAndSetTimePickerSwitchEvent()
599 buttonConfirmNode->MarkDirtyNode(PROPERTY_UPDATE_MEASURE_SELF); in SwitchTimePickerPage()
620 CHECK_NULL_RETURN(buttonConfirmNode, nullptr); in CreateConfirmNode()
626 columnPattern->SetConfirmNode(buttonConfirmNode); in CreateConfirmNode()
639 textConfirmNode->MountToParent(buttonConfirmNode); in CreateConfirmNode()
654 buttonConfirmNode->MarkModifyDone(); in CreateConfirmNode()
[all …]
H A Dtimepicker_dialog_view.h82 const RefPtr<FrameNode>& buttonCancelNode, const RefPtr<FrameNode>& buttonConfirmNode,
85 const RefPtr<FrameNode>& buttonConfirmNode, const RefPtr<FrameNode>& cancelNextDividerNode,
H A Dtimepicker_row_pattern.h70 void SetConfirmNode(WeakPtr<FrameNode> buttonConfirmNode) in SetConfirmNode() argument
72 weakButtonConfirm_ = buttonConfirmNode; in SetConfirmNode()
H A Dtimepicker_row_pattern.cpp473 auto buttonConfirmNode = weakButtonConfirm_.Upgrade(); in OnLanguageConfigurationUpdate() local
474 CHECK_NULL_VOID(buttonConfirmNode); in OnLanguageConfigurationUpdate()
475 auto confirmNode = AceType::DynamicCast<FrameNode>(buttonConfirmNode->GetFirstChild()); in OnLanguageConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp483 buttonConfirmNode->MountToParent(contentRow); in CreateButtonNode()
533 CHECK_NULL_RETURN(buttonConfirmNode, nullptr); in CreateConfirmNode()
537 textPattern->SetConfirmNode(buttonConfirmNode); in CreateConfirmNode()
549 textConfirmNode->MountToParent(buttonConfirmNode); in CreateConfirmNode()
570 buttonConfirmNode->MarkModifyDone(); in CreateConfirmNode()
571 return buttonConfirmNode; in CreateConfirmNode()
1206 CHECK_NULL_VOID(buttonConfirmNode); in SetFirstDialogButtonActive()
1238 CHECK_NULL_VOID(buttonConfirmNode); in SetSecondDialogButtonActive()
1270 CHECK_NULL_VOID(buttonConfirmNode); in SetThirdDialogButtonActive()
1384 CHECK_NULL_RETURN(buttonConfirmNode, nullptr); in CreateAgingButtonNode()
[all …]
H A Dtextpicker_pattern.h235 void SetConfirmNode(WeakPtr<FrameNode> buttonConfirmNode) in SetConfirmNode() argument
237 weakButtonConfirm_ = buttonConfirmNode; in SetConfirmNode()
516 const RefPtr<FrameNode>& buttonConfirmNode, const RefPtr<DialogTheme>& dialogTheme);
H A Dtextpicker_pattern.cpp95 const RefPtr<FrameNode>& buttonConfirmNode, const RefPtr<DialogTheme>& dialogTheme) in UpdateConfirmButtonMargin() argument
121 buttonConfirmNode->GetLayoutProperty()->UpdateMargin(margin); in UpdateConfirmButtonMargin()
155 auto buttonConfirmNode = weakButtonConfirm_.Upgrade(); in OnLanguageConfigurationUpdate() local
156 CHECK_NULL_VOID(buttonConfirmNode); in OnLanguageConfigurationUpdate()
157 auto confirmNode = AceType::DynamicCast<FrameNode>(buttonConfirmNode->GetFirstChild()); in OnLanguageConfigurationUpdate()
162 auto buttonConfirmLayoutProperty = buttonConfirmNode->GetLayoutProperty<ButtonLayoutProperty>(); in OnLanguageConfigurationUpdate()
169 UpdateConfirmButtonMargin(buttonConfirmNode, dialogTheme); in OnLanguageConfigurationUpdate()
H A Dtextpicker_dialog_view.h91 static void UpdateButtonConfirmLayoutProperty(const RefPtr<FrameNode>& buttonConfirmNode,
108 const RefPtr<FrameNode>& buttonConfirmNode, const RefPtr<DialogTheme>& dialogTheme);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp410 buttonConfirmNode->MountToParent(contentRow); in CreateButtonNode()
461 CHECK_NULL_VOID(buttonConfirmNode); in SwitchTimePickerPage()
465 buttonConfirmNode->MarkDirtyNode(); in SwitchTimePickerPage()
670 CHECK_NULL_RETURN(buttonConfirmNode, nullptr); in CreateButtonNodeForAging()
677 buttonConfirmNode->MountToParent(contentRow); in CreateButtonNodeForAging()
715 CHECK_NULL_RETURN(buttonConfirmNode, nullptr); in CreateConfirmNode()
721 datePickerPattern->SetConfirmNode(buttonConfirmNode); in CreateConfirmNode()
732 UpdateButtonDefaultFocus(buttonInfos, buttonConfirmNode, true); in CreateConfirmNode()
733 textConfirmNode->MountToParent(buttonConfirmNode); in CreateConfirmNode()
748 buttonConfirmNode->MarkModifyDone(); in CreateConfirmNode()
[all …]
H A Ddatepicker_pattern.h83 void SetConfirmNode(WeakPtr<FrameNode> buttonConfirmNode) in SetConfirmNode() argument
85 weakButtonConfirm_ = buttonConfirmNode; in SetConfirmNode()
H A Ddatepicker_pattern.cpp162 auto buttonConfirmNode = weakButtonConfirm_.Upgrade(); in OnLanguageConfigurationUpdate() local
163 CHECK_NULL_VOID(buttonConfirmNode); in OnLanguageConfigurationUpdate()
164 auto confirmNode = AceType::DynamicCast<FrameNode>(buttonConfirmNode->GetFirstChild()); in OnLanguageConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_view.cpp677 auto buttonConfirmNode = CreateButtonNode(true, buttonInfos); in CreateConfirmNode() local
679 auto eventConfirmHub = buttonConfirmNode->GetOrCreateGestureEventHub(); in CreateConfirmNode()
694 return buttonConfirmNode; in CreateConfirmNode()
770 auto buttonConfirmNode = CreateConfirmNode(dateNode, acceptEvent, buttonInfos); in CreateOptionsNode() local
773 buttonConfirmNode->MountToParent(contentRow); in CreateOptionsNode()
774 UpdateDefaultFocusByButtonInfo(contentRow, buttonConfirmNode, buttonCancelNode); in CreateOptionsNode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_pattern_test_ng.cpp1013 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
1017 CHECK_NULL_VOID(buttonConfirmNode);
1019 textConfirmNode->MountToParent(buttonConfirmNode);
1020 textPickerPattern->SetConfirmNode(buttonConfirmNode);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H A Dcalendar_picker_test_ng.cpp2121 … auto buttonConfirmNode = CalendarDialogView::CreateConfirmNode(calendarNode, event, buttonInfos); variable
2122 ASSERT_NE(buttonConfirmNode, nullptr);
2124 auto gesture = buttonConfirmNode->GetOrCreateGestureEventHub();
2682 auto buttonConfirmNode = AceType::DynamicCast<FrameNode>(operationsNode->GetLastChild()); variable
2683 ASSERT_NE(buttonConfirmNode, nullptr);
2685 auto gesture = buttonConfirmNode->GetOrCreateGestureEventHub();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp2024 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
2028 ASSERT_NE(buttonConfirmNode, nullptr);
2030 timeConfirmNode->MountToParent(buttonConfirmNode);
2031 timePickerPattern->SetConfirmNode(buttonConfirmNode);