Home
last modified time | relevance | path

Searched refs:crownEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.h124 …auto& crownEvent = static_cast<CommonCrownEvent&>(declaration_->GetEvent(EventTag::COMMON_CROWN_EV… in GetRotateId() local
125 return crownEvent.IsValid() ? crownEvent.rotate.eventMarker : defaultMarker; in GetRotateId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp1917 … auto& crownEvent = declaration.MaybeResetEvent<CommonCrownEvent>(EventTag::COMMON_CROWN_EVENT); in AddEvent() local
1918 if (crownEvent.IsValid()) { in AddEvent()
1919 crownEvent.rotate.eventMarker = EventMarker(eventId, DOM_CROWN_ROTATE, pageId); in AddEvent()
1920 crownEvent.rotate.isRefreshed = true; in AddEvent()