Home
last modified time | relevance | path

Searched refs:GetShown (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h63 MOCK_METHOD0(GetShown, bool());
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h85 virtual bool GetShown() = 0;
H A Dsubwindow_manager.h138 bool GetShown();
H A Dsubwindow_manager.cpp1085 bool SubwindowManager::GetShown() in GetShown() function in OHOS::Ace::SubwindowManager
1092 CHECK_NULL_RETURN(subwindow->GetIsRosenWindowCreate(), subwindow->GetShown()); in GetShown()
1095 return subwindow->GetShown(); in GetShown()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp738 if (subwindow && subwindow->GetShown()) { in OnVirtualKeyboardAreaChange()
758 …if (subwindow && subwindow->GetShown() && subwindow->IsFocused() && !CheckNeedAvoidInSubWindow()) { in OnVirtualKeyboardAreaChange()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h95 bool GetShown() override in GetShown() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_pattern_enhance.cpp155 SubwindowManager::GetInstance()->GetCurrentWindow()->GetShown()) { in OnWindowUnfocused()
H A Dcontainer_modal_view_enhance.cpp362 !subWindowManger->GetSubwindow(Container::CurrentId())->GetShown())) { in ShowMaxMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h571 bool GetShown() const in GetShown() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.cpp785 …DumpLog::GetInstance().AddDesc("visible: " + std::to_string(node->GetShown() && node->GetVisible()… in DumpTree()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_pattern_enhance_test_ng.cpp168 EXPECT_CALL(*subwindow, GetShown()).WillOnce(testing::Return(true));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp2013 bool isShown = SubwindowManager::GetInstance()->GetShown(); in BindMenuWithItems()
2053 bool isShown = SubwindowManager::GetInstance()->GetShown(); in BindMenuWithCustomNode()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp500 if (subwindow->GetShown()) { in RemoveOverlayBySubwindowManager()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp344 nodeInfo.SetVisible(node->GetShown() && node->GetVisible()); in UpdateAccessibilityNodeInfo()