Home
last modified time | relevance | path

Searched refs:NotifyLayoutFullScreenChangeFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h85 using NotifyLayoutFullScreenChangeFunc = std::function<void(bool isLayoutFullScreen)>; variable
141 NotifyLayoutFullScreenChangeFunc onLayoutFullScreenChangeFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp452 NotifyLayoutFullScreenChangeFunc func = [](bool isLayoutFullScreen) { in __anon5c05cf570602()