Searched refs:GetShown (Results 1 – 14 of 14) sorted by relevance
63 MOCK_METHOD0(GetShown, bool());
85 virtual bool GetShown() = 0;
138 bool GetShown();
1085 bool SubwindowManager::GetShown() in GetShown() function in OHOS::Ace::SubwindowManager1092 CHECK_NULL_RETURN(subwindow->GetIsRosenWindowCreate(), subwindow->GetShown()); in GetShown()1095 return subwindow->GetShown(); in GetShown()
738 if (subwindow && subwindow->GetShown()) { in OnVirtualKeyboardAreaChange()758 …if (subwindow && subwindow->GetShown() && subwindow->IsFocused() && !CheckNeedAvoidInSubWindow()) { in OnVirtualKeyboardAreaChange()
95 bool GetShown() override in GetShown() function
155 SubwindowManager::GetInstance()->GetCurrentWindow()->GetShown()) { in OnWindowUnfocused()
362 !subWindowManger->GetSubwindow(Container::CurrentId())->GetShown())) { in ShowMaxMenu()
571 bool GetShown() const in GetShown() function
785 …DumpLog::GetInstance().AddDesc("visible: " + std::to_string(node->GetShown() && node->GetVisible()… in DumpTree()
168 EXPECT_CALL(*subwindow, GetShown()).WillOnce(testing::Return(true));
2013 bool isShown = SubwindowManager::GetInstance()->GetShown(); in BindMenuWithItems()2053 bool isShown = SubwindowManager::GetInstance()->GetShown(); in BindMenuWithCustomNode()
500 if (subwindow->GetShown()) { in RemoveOverlayBySubwindowManager()
344 nodeInfo.SetVisible(node->GetShown() && node->GetVisible()); in UpdateAccessibilityNodeInfo()