Home
last modified time | relevance | path

Searched refs:NeedToStopShowing (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test5.cpp1098 HWTEST_F(WindowImplTest5, NeedToStopShowing, Function | SmallTest | Level1)
1108 EXPECT_EQ(window->NeedToStopShowing(), true);
1113 EXPECT_EQ(window->NeedToStopShowing(), false);
1116 EXPECT_EQ(window->NeedToStopShowing(), false);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h419 bool NeedToStopShowing();
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1616 bool WindowImpl::NeedToStopShowing() in NeedToStopShowing() function in OHOS::Rosen::WindowImpl
1689 if (NeedToStopShowing()) { // true means stop showing in PreProcessShow()