Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp95 if (focusEvent.IsValid()) { in ~DOMNode()
96 if (!focusEvent.focus.eventMarker.IsEmpty()) { in ~DOMNode()
99 if (!focusEvent.blur.eventMarker.IsEmpty()) { in ~DOMNode()
1799 if (!focusEvent.IsValid()) { in PrepareFocusableEventId()
1804 if (focusEvent.focus.eventMarker.IsEmpty()) { in PrepareFocusableEventId()
1806 focusEvent.focus.isRefreshed = true; in PrepareFocusableEventId()
1818 if (focusEvent.blur.eventMarker.IsEmpty()) { in PrepareFocusableEventId()
1820 focusEvent.blur.isRefreshed = true; in PrepareFocusableEventId()
1962 bool supportFocus = focusEvent.IsValid() && !focusEvent.focus.eventMarker.IsEmpty(); in UpdateFocusableEventComponents()
1963 bool supportBlur = focusEvent.IsValid() && !focusEvent.blur.eventMarker.IsEmpty(); in UpdateFocusableEventComponents()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h843 auto focusEvent = target->eventHub_->GetFocusHub(); in FindFocusChildNodeOfClass() local
844 if (focusEvent && focusEvent->IsCurrentFocus()) { in FindFocusChildNodeOfClass()
853 auto focusEvent = target->eventHub_->GetFocusHub(); in FindFocusChildNodeOfClass() local
854 if (focusEvent && focusEvent->IsCurrentFocus()) { in FindFocusChildNodeOfClass()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp1844 … auto& focusEvent = declaration.MaybeResetEvent<CommonFocusEvent>(EventTag::COMMON_FOCUS_EVENT); in AddEvent() local
1845 if (focusEvent.IsValid()) { in AddEvent()
1846 focusEvent.focus.eventMarker = EventMarker(eventId, DOM_FOCUS, pageId); in AddEvent()
1847 focusEvent.focus.isRefreshed = true; in AddEvent()