Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h63 MOCK_METHOD0(GetShown, bool());
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h87 virtual bool GetShown() = 0;
H A Dsubwindow_manager.h130 bool GetShown();
H A Dsubwindow_manager.cpp1054 bool SubwindowManager::GetShown() in GetShown() function in OHOS::Ace::SubwindowManager
1062 return subwindow->GetShown(); in GetShown()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_pattern_enhance.cpp263 SubwindowManager::GetInstance()->GetCurrentWindow()->GetShown()) { in OnWindowUnfocused()
658 !subWindowManger->GetSubwindow(Container::CurrentId())->GetShown())) { in ShowMaxMenu()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp743 if (subwindow && subwindow->GetShown()) { in OnVirtualKeyboardAreaChange()
763 if (subwindow && subwindow->GetShown() && subwindow->IsFocused() && !CheckNeedAvoidInSubWindow()) { in OnVirtualKeyboardAreaChange()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h285 bool GetShown() const;
H A Daccessibility_node.cpp929 bool AccessibilityNode::GetShown() const in GetShown() function in OHOS::Ace::AccessibilityNode
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h96 bool GetShown() override
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_pattern_enhance_test_ng.cpp111 EXPECT_CALL(*subwindow, GetShown()).WillOnce(testing::Return(true)); in HWTEST_F()
/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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1906 bool isShown = SubwindowManager::GetInstance()->GetShown(); in BindMenuWithItems()
1946 bool isShown = SubwindowManager::GetInstance()->GetShown(); in BindMenuWithCustomNode()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp493 if (subwindow->GetShown()) { in RemoveOverlayBySubwindowManager()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp342 nodeInfo.SetVisible(node->GetShown() && node->GetVisible()); in UpdateAccessibilityNodeInfo()

Completed in 37 milliseconds