Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test.cpp508 auto result = scensession->OnSessionEvent(SessionEvent::EVENT_MINIMIZE);
515 result = scensession->OnSessionEvent(SessionEvent::EVENT_MINIMIZE);
522 result = scensession->OnSessionEvent(SessionEvent::EVENT_MINIMIZE);
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h402 EVENT_MINIMIZE, enumerator
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp2242 hostSession->OnSessionEvent(SessionEvent::EVENT_MINIMIZE); in Minimize()