/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_dialog_view.cpp | 127 auto contentRow = in RangeShow() local 132 contentRow->MountToParent(contentColumn); in RangeShow() 294 auto contentRow = in OptionsShow() local 473 CHECK_NULL_RETURN(contentRow, nullptr); in CreateButtonNode() 494 return contentRow; in CreateButtonNode() 1182 CHECK_NULL_VOID(contentRow); in SetFirstDialogButtonActive() 1214 CHECK_NULL_VOID(contentRow); in SetSecondDialogButtonActive() 1246 CHECK_NULL_VOID(contentRow); in SetThirdDialogButtonActive() 1296 CHECK_NULL_VOID(contentRow); in SetDividerNodeActive() 1417 return contentRow; in CreateAgingButtonNode() [all …]
|
H A D | textpicker_dialog_view.h | 122 …static void SetDialogNodePageActive(RefPtr<FrameNode>& contentRow, RefPtr<FrameNode>& textPickerNo… 132 static void SetFirstDialogButtonActive(RefPtr<UINode>& contentRow); 133 static void SetSecondDialogButtonActive(RefPtr<UINode>& contentRow); 134 static void SetThirdDialogButtonActive(RefPtr<UINode>& contentRow); 138 static void SetDividerNodeActive(RefPtr<UINode>& contentRow, bool firstDivider,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_dialog_view.cpp | 415 return contentRow; in CreateButtonNode() 420 const RefPtr<FrameNode>& contentRow) in CreateAndSetTimePickerSwitchEvent() argument 431 CHECK_NULL_VOID(contentRow); in CreateAndSetTimePickerSwitchEvent() 542 CHECK_NULL_VOID(contentRow); in HideContentChildrenButton() 700 return contentRow; in CreateButtonNodeForAging() 1210 CHECK_NULL_VOID(contentRow); in CreateLunarswitchNode() 1720 CHECK_NULL_VOID(contentRow); in SetAnimationProperty() 1755 CHECK_NULL_VOID(contentRow); in BuildDialogAcceptAndCancelButton() 1819 CHECK_NULL_VOID(contentRow); in BuildDialogAcceptAndCancelButtonForAging() 1921 switchEvent, contentRow); in CreateNextPrevButtonNode() [all …]
|
H A D | datepicker_dialog_view.h | 102 static void HideContentChildrenButton(const RefPtr<FrameNode>& contentRow); 103 … static void SwitchContentRowButton(const RefPtr<FrameNode>& contentRow, bool useMilitary = false); 104 static void ShowContentRowButton(const RefPtr<FrameNode>& contentRow, bool isFirstPage = true); 132 const RefPtr<FrameNode>& contentRow); 147 const RefPtr<FrameNode>& contentRow); 151 std::function<void()>& switchEvent, const RefPtr<FrameNode>& contentRow); 154 const RefPtr<FrameNode> &contentRow);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_dialog_view.cpp | 158 RefPtr<FrameNode> contentRow = nullptr; in Show() local 161 contentRow = CreateButtonNodeForAging( in Show() 164 contentRow = CreateButtonNode( in Show() 168 CHECK_NULL_RETURN(contentRow, nullptr); in Show() 184 contentRow->SetNeedCallChildrenUpdate(false); in Show() 228 contentRow->MountToParent(contentColumn); in Show() 476 CHECK_NULL_RETURN(contentRow, nullptr); in CreateButtonNode() 483 buttonCancelNode->MountToParent(contentRow); in CreateButtonNode() 485 return contentRow; in CreateButtonNode() 497 CHECK_NULL_RETURN(contentRow, nullptr); in CreateButtonNodeForAging() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_column_test_ng.cpp | 480 datePickerPattern->SetContentRowNode(contentRow); 481 contentRow->MountToParent(contentColumn); 497 ASSERT_NE(contentRow, nullptr); 542 datePickerPattern->SetContentRowNode(contentRow); 543 contentRow->MountToParent(contentColumn); 610 ASSERT_NE(contentRow, nullptr); 662 ASSERT_NE(contentRow, nullptr); 714 ASSERT_NE(contentRow, nullptr); 770 contentRow->MountToParent(contentColumn); 832 contentRow->MountToParent(contentColumn); [all …]
|
H A D | date_picker_test_ng.cpp | 2561 auto contentRow = DatePickerDialogView::CreateButtonNode( variable 2563 contentRow->AddChild(DatePickerDialogView::CreateDividerNode(datePickerNode), 1); 2568 datePickerPattern->SetContentRowNode(contentRow); 2569 contentRow->MountToParent(contentColumn);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_view.cpp | 97 auto contentRow = in Show() local 99 contentRow->MountToParent(contentColumn); in Show() 100 UpdateDialogDefaultFocus(contentRow, contentColumn); in Show() 757 CHECK_NULL_RETURN(contentRow, nullptr); in CreateOptionsNode() 758 auto pipelineContext = contentRow->GetContextRefPtr(); in CreateOptionsNode() 760 UpdateOptionLayoutProps(contentRow, pipelineContext); in CreateOptionsNode() 772 buttonCancelNode->MountToParent(contentRow); in CreateOptionsNode() 773 buttonConfirmNode->MountToParent(contentRow); in CreateOptionsNode() 786 for (const auto& child : contentRow->GetChildren()) { in CreateOptionsNode() 792 contentRow->AddChild(CreateDividerNode(), 1); in CreateOptionsNode() [all …]
|
H A D | calendar_dialog_view.h | 98 static void UpdateDialogDefaultFocus(const RefPtr<FrameNode>& contentRow, 105 const RefPtr<FrameNode>& contentRow, const RefPtr<PipelineContext>& pipelineContext);
|
H A D | calendar_dialog_pattern.cpp | 1379 … auto contentRow = AceType::DynamicCast<FrameNode>(host->GetChildAtIndex(OPTIONS_NODE_INDEX)); in UpdateCaretInfoToController() local 1380 CHECK_NULL_VOID(contentRow); in UpdateCaretInfoToController() 1382 for (auto&& child : contentRow->GetChildren()) { in UpdateCaretInfoToController()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_test_update.cpp | 1550 auto contentRow = variable 1553 ASSERT_NE(contentRow, nullptr);
|