Home
last modified time | relevance | path

Searched refs:contentRow (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp127 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 Dtextpicker_dialog_view.h122 …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 Ddatepicker_dialog_view.cpp415 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 Ddatepicker_dialog_view.h102 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 Dtimepicker_dialog_view.cpp158 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 Ddate_picker_column_test_ng.cpp480 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 Ddate_picker_test_ng.cpp2561 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 Dcalendar_dialog_view.cpp97 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 Dcalendar_dialog_view.h98 static void UpdateDialogDefaultFocus(const RefPtr<FrameNode>& contentRow,
105 const RefPtr<FrameNode>& contentRow, const RefPtr<PipelineContext>& pipelineContext);
H A Dcalendar_dialog_pattern.cpp1379 … 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 Dtext_picker_test_update.cpp1550 auto contentRow = variable
1553 ASSERT_NE(contentRow, nullptr);