Home
last modified time | relevance | path

Searched refs:PreLayoutOnShow (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h252 void PreLayoutOnShow(WindowType type, const sptr<DisplayInfo>& info = nullptr);
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test3.cpp2038 * @tc.name: PreLayoutOnShow
2039 * @tc.desc: PreLayoutOnShow
2042 HWTEST_F(WindowSceneSessionImplTest3, PreLayoutOnShow, Function | SmallTest | Level2) in HWTEST_F()
2046 option->SetWindowName("PreLayoutOnShow"); in HWTEST_F()
2052 window->PreLayoutOnShow(window->property_->GetWindowType()); // uicontent is nullptr in HWTEST_F()
2061 window->PreLayoutOnShow(window->property_->GetWindowType()); in HWTEST_F()
2070 window->PreLayoutOnShow(window->property_->GetWindowType()); in HWTEST_F()
2076 window->PreLayoutOnShow(window->property_->GetWindowType()); in HWTEST_F()
2082 window->PreLayoutOnShow(window->property_->GetWindowType()); in HWTEST_F()
H A Dwindow_scene_session_impl_test4.cpp1444 * @tc.desc: PreLayoutOnShow
1460 window->PreLayoutOnShow(WindowType::WINDOW_TYPE_APP_SUB_WINDOW, displayInfo); in HWTEST_F()
1462 window->PreLayoutOnShow(WindowType::WINDOW_TYPE_APP_SUB_WINDOW, displayInfo); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1089 void WindowSceneSessionImpl::PreLayoutOnShow(WindowType type, const sptr<DisplayInfo>& info) in PreLayoutOnShow() function in OHOS::Rosen::WindowSceneSessionImpl
1177 PreLayoutOnShow(type, displayInfo); in Show()

Completed in 14 milliseconds