Home
last modified time | relevance | path

Searched refs:nextCallBack (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.h61 … GestureEventFunc closeCallback, GestureEventFunc nextCallBack, GestureEventFunc previousCallBack);
H A Dtextpicker_dialog_view.cpp1366 … GestureEventFunc closeCallback, GestureEventFunc nextCallBack, GestureEventFunc previousCallBack) in CreateAgingButtonNode() argument
1396 auto nextClick = AceType::MakeRefPtr<NG::ClickEvent>(std::move(nextCallBack)); in CreateAgingButtonNode()
1437 auto nextCallBack = [weak = WeakPtr<FrameNode>(dialogNode), in SeparatedOptionsShow() local
1464 closeCallBack, nextCallBack, previousCallBack); in SeparatedOptionsShow()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_test_update.cpp1544 auto nextCallBack = [](const GestureEvent& info) { (void)info; }; in __anonedc54f472b02() variable
1552 … dialogMoveForwardEvent, dialogMoveBackwardEvent, closeCallback, nextCallBack, previousCallBack);