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 D | textpicker_dialog_view.h | 61 … GestureEventFunc closeCallback, GestureEventFunc nextCallBack, GestureEventFunc previousCallBack);
|
H A D | textpicker_dialog_view.cpp | 1366 … 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 D | text_picker_test_update.cpp | 1544 auto nextCallBack = [](const GestureEvent& info) { (void)info; }; in __anonedc54f472b02() variable 1552 … dialogMoveForwardEvent, dialogMoveBackwardEvent, closeCallback, nextCallBack, previousCallBack);
|