Home
last modified time | relevance | path

Searched refs:IsWindowFocused (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_container.cpp147 if (pipeline && pipeline->IsWindowFocused()) { in GetFoucsed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.cpp127 if (pipeline && pipeline->IsWindowFocused()) { in GetFoucsed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_pattern.cpp914 if (pipeline->IsWindowFocused() && !focusHub->IsCurrentFocus()) { in HandleTouchEvent()
922 focusState_ = pipeline->IsWindowFocused(); in HandleTouchEvent()
924 if (pipeline->IsWindowFocused() && needReSendFocusToUIExtension_ && in HandleTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h900 bool IsWindowFocused() const override in IsWindowFocused() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1408 virtual bool IsWindowFocused() const in IsWindowFocused() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2597 auto isWindowFocused = pipeline->IsWindowFocused(); in GetStatusByEffectTypeAndWindow()