Home
last modified time | relevance | path

Searched refs:rotationEvent_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.h511 return rotationEvent_; in GetOnRotateCallback()
599 RotationEventFunc rotationEvent_; variable
H A Drender_list.cpp789 rotationEvent_ = AceAsyncEvent<void(const RotationEvent&)>::Create(onRotateId, context_); in SetOnRotateCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h555 std::function<void(const std::string&)> rotationEvent_; variable
H A Drender_swiper.cpp202rotationEvent_ = AceAsyncEvent<void(const std::string&)>::Create(swiper->GetRotationEventId(), con… in Update()
3047 if (rotationEvent_) { in HandleRotationUpdate()
3050 rotationEvent_(param); in HandleRotationUpdate()