Searched refs:NeedToStopShowing (Results 1 – 3 of 3) sorted by relevance
1098 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);
419 bool NeedToStopShowing();
1616 bool WindowImpl::NeedToStopShowing() in NeedToStopShowing() function in OHOS::Rosen::WindowImpl1689 if (NeedToStopShowing()) { // true means stop showing in PreProcessShow()