/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_scroller_visible_content_test_ng.cpp | 39 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon1e35edb90202() variable 119 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon1e35edb90302() variable 199 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon1e35edb90402() variable 279 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon1e35edb90502() variable 359 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon1e35edb90602() variable 439 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon1e35edb90702() variable 519 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon1e35edb90802() variable 599 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon1e35edb90902() variable 679 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon1e35edb90a02() variable 759 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon1e35edb90b02() variable [all …]
|
H A D | list_scroller_visible_content_change_test_ng.cpp | 39 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon06b9f83e0202() variable 109 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon06b9f83e0302() variable 181 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon06b9f83e0402() variable 253 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon06b9f83e0502() variable 325 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon06b9f83e0602() variable 398 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon06b9f83e0702() variable 472 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon06b9f83e0802() variable 549 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon06b9f83e0902() variable 628 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon06b9f83e0a02() variable 708 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anon06b9f83e0b02() variable [all …]
|
H A D | list_scroller_event_test_ng.cpp | 655 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anoned765ad30e02() variable 735 auto onVisibleChange = [&startInfo, &endInfo](ListItemIndex start, ListItemIndex end) { in __anoned765ad30f02() variable
|
H A D | list_scroller_test_ng.cpp | 2131 auto onVisibleChange = [&endInfo](ListItemIndex start, ListItemIndex end) { endInfo = end; }; in __anon752507320602() variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 811 std::function<void(bool, double)> onVisibleChange; variable 1221 std::function<void(bool, double)> onVisibleChange; variable 1257 std::function<void(bool, double)> onVisibleChange; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_interactable_view_ffi.cpp | 225 auto onVisibleChange = CJLambda::Create(callback); in FfiOHOSAceFrameworkInteractableViewOnVisibleAreaChange() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.h | 1100 … std::function<void(bool, double)>&& onVisibleChange, const std::vector<double>& ratios) override in SetOnVisibleChange()
|
H A D | view_abstract.cpp | 1307 void ViewAbstract::SetOnVisibleChange(std::function<void(bool, double)> &&onVisibleChange, in SetOnVisibleChange() 1318 …ract::SetOnVisibleChange(FrameNode* frameNode, std::function<void(bool, double)>&& onVisibleChange, in SetOnVisibleChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.cpp | 1218 std::function<void(bool, double)>&& onVisibleChange, const std::vector<double>& ratios) in SetOnVisibleChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 10052 …auto onVisibleChange = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = fra… in JsOnVisibleAreaChange() local
|