Home
last modified time | relevance | path

Searched refs:buttonNextPreNode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_dialog_view.cpp516 …auto buttonNextPreNode = CreateNextPrevButtonNode(timePickerSwitchEvent, timePickerNode, buttonInf… in CreateButtonNodeForAging() local
517 CHECK_NULL_RETURN(buttonNextPreNode, nullptr); in CreateButtonNodeForAging()
519 buttonNextPreNode->MountToParent(contentRow); in CreateButtonNodeForAging()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp679 RefPtr<FrameNode> buttonNextPreNode = nullptr; in CreateButtonNodeForAging() local
683 buttonNextPreNode = CreateNextPrevButtonNode( in CreateButtonNodeForAging()
685 CHECK_NULL_RETURN(buttonNextPreNode, nullptr); in CreateButtonNodeForAging()
686 contentRow->AddChild(buttonNextPreNode, 1); in CreateButtonNodeForAging()