Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp169 void SwiperComponent::SetRotationEventId(const EventMarker& rotationEventId) in SetRotationEventId() function in OHOS::Ace::SwiperComponent
171 declaration_->SetRotationEventId(rotationEventId); in SetRotationEventId()
H A Dswiper_component.h112 void SetRotationEventId(const EventMarker& rotationEventId);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.cpp185 SetRotationEventId(EventMarker(eventId, event, pageId)); in SetSpecializedEvent()
H A Dswiper_declaration.h318 void SetRotationEventId(const EventMarker& rotationEventId) in SetRotationEventId() function