Home
last modified time | relevance | path

Searched refs:rotationEventId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h67 EventMarker rotationEventId; member
316 return event.rotationEventId; in GetRotationEventId()
318 void SetRotationEventId(const EventMarker& rotationEventId) in SetRotationEventId() argument
321 event.rotationEventId = rotationEventId; in SetRotationEventId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp169 void SwiperComponent::SetRotationEventId(const EventMarker& rotationEventId) in SetRotationEventId() argument
171 declaration_->SetRotationEventId(rotationEventId); in SetRotationEventId()
H A Dswiper_component.h112 void SetRotationEventId(const EventMarker& rotationEventId);