Home
last modified time | relevance | path

Searched refs:IsFocusWindowIdSetted (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp836 if (!uiExtensionEventCallback_ || !IsFocusWindowIdSetted()) { in FireUIExtensionEventValid()
H A Dpipeline_base.h819 bool IsFocusWindowIdSetted() const in IsFocusWindowIdSetted() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp934 bool isFocusWindowIdSetted = context->IsFocusWindowIdSetted(); in RequestNextFocusOfKeyTab()
963 if (context->IsFocusWindowIdSetted() || isDynamicRender) { in RequestNextFocusOfKeyTab()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp620 if (pipeline->IsFocusWindowIdSetted()) { in InitBaseInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp645 if (IsFocusWindowIdSetted()) { in FlushVsync()