Home
last modified time | relevance | path

Searched refs:IsMainFullScreenWindow (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_helper_test.cpp57 ASSERT_EQ(true, WindowHelper::IsMainFullScreenWindow(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW,
59 ASSERT_EQ(false, WindowHelper::IsMainFullScreenWindow(WindowType::WINDOW_TYPE_APP_SUB_WINDOW,
61 ASSERT_EQ(false, WindowHelper::IsMainFullScreenWindow(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW,
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h127 static inline bool IsMainFullScreenWindow(WindowType type, WindowMode mode) in IsMainFullScreenWindow() function
151 …return WindowHelper::IsMainFullScreenWindow(type, mode) || type == WindowType::WINDOW_TYPE_KEYGUAR… in IsRotatableWindow()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy.cpp316 … if (WindowHelper::IsMainFullScreenWindow(node->GetWindowType(), node->GetWindowMode())) { in NotifyAnimationSizeChangeIfNeeded()
H A Dremote_animation.cpp326 … if (WindowHelper::IsMainFullScreenWindow(dstNode->GetWindowType(), dstNode->GetWindowMode())) { in GetExpectRect()
H A Dwindow_node_container.cpp1990 WindowHelper::IsMainFullScreenWindow(node->GetWindowType(), node->GetWindowMode())) { in HasMainFullScreenWindowShown()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp641 …EXPECT_FALSE(WindowHelper::IsMainFullScreenWindow(node_->GetWindowType(), node_->GetWindowMode()));
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp4504 …if (!WindowHelper::IsMainFullScreenWindow(GetType(), property_->GetWindowMode()) || IsFreeMultiWin… in SetGestureBackEnabled()
4521 …if (!WindowHelper::IsMainFullScreenWindow(GetType(), property_->GetWindowMode()) || IsFreeMultiWin… in GetGestureBackEnabled()