Home
last modified time | relevance | path

Searched refs:WindowIsShow (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_context_ffi.cpp58 if (!container->IsFRSCardContainer() && !container->WindowIsShow()) { in AnimateToForStageMode()
81 if (!container->IsFRSCardContainer() && !container->WindowIsShow()) { in AnimateToForStageMode()
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_container.h103 MOCK_METHOD(bool, WindowIsShow, (), (const, override));
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.cpp109 if (!container->IsFRSCardContainer() && !container->WindowIsShow()) { in AnimateToInner()
134 if (!container->IsFRSCardContainer() && !container->WindowIsShow()) { in AnimateToInner()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.h157 bool WindowIsShow() const override
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h138 virtual bool WindowIsShow() const in WindowIsShow() function in OHOS::Ace::Container
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp215 if (!container || !container->WindowIsShow()) { in OnShow()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h491 bool WindowIsShow() const override
H A Dui_content_impl.cpp2291 if (container->IsUIExtensionWindow() && !container->WindowIsShow()) { in ProcessBackPressed()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp129 if (!container->IsFRSCardContainer() && !container->WindowIsShow()) { in CheckContainer()
/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/
H A Dstage_test_ng.cpp89 EXPECT_CALL(*MockContainer::Current(), WindowIsShow()) in SetUpTestSuite()

Completed in 17 milliseconds