/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_order_test.cpp | 464 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 D | date_picker_column_test_ng.cpp | 1060 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 D | date_picker_test_ng.cpp | 1035 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 D | timepicker_dialog_view.cpp | 484 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 D | timepicker_dialog_view.h | 82 const RefPtr<FrameNode>& buttonCancelNode, const RefPtr<FrameNode>& buttonConfirmNode, 85 const RefPtr<FrameNode>& buttonConfirmNode, const RefPtr<FrameNode>& cancelNextDividerNode,
|
H A D | timepicker_row_pattern.h | 70 void SetConfirmNode(WeakPtr<FrameNode> buttonConfirmNode) in SetConfirmNode() argument 72 weakButtonConfirm_ = buttonConfirmNode; in SetConfirmNode()
|
H A D | timepicker_row_pattern.cpp | 473 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 D | textpicker_dialog_view.cpp | 483 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 D | textpicker_pattern.h | 235 void SetConfirmNode(WeakPtr<FrameNode> buttonConfirmNode) in SetConfirmNode() argument 237 weakButtonConfirm_ = buttonConfirmNode; in SetConfirmNode() 516 const RefPtr<FrameNode>& buttonConfirmNode, const RefPtr<DialogTheme>& dialogTheme);
|
H A D | textpicker_pattern.cpp | 95 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 D | textpicker_dialog_view.h | 91 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 D | datepicker_dialog_view.cpp | 410 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 D | datepicker_pattern.h | 83 void SetConfirmNode(WeakPtr<FrameNode> buttonConfirmNode) in SetConfirmNode() argument 85 weakButtonConfirm_ = buttonConfirmNode; in SetConfirmNode()
|
H A D | datepicker_pattern.cpp | 162 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 D | calendar_dialog_view.cpp | 677 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 D | text_picker_pattern_test_ng.cpp | 1013 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 D | calendar_picker_test_ng.cpp | 2121 … 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 D | time_picker_test_ng.cpp | 2024 auto buttonConfirmNode = FrameNode::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable 2028 ASSERT_NE(buttonConfirmNode, nullptr); 2030 timeConfirmNode->MountToParent(buttonConfirmNode); 2031 timePickerPattern->SetConfirmNode(buttonConfirmNode);
|