Home
last modified time | relevance | path

Searched defs:nextCallBack (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp1366 … GestureEventFunc closeCallback, GestureEventFunc nextCallBack, GestureEventFunc previousCallBack) in CreateAgingButtonNode()
1437 auto nextCallBack = [weak = WeakPtr<FrameNode>(dialogNode), in SeparatedOptionsShow() local
/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