Home
last modified time | relevance | path

Searched refs:dialogSessionBackGestureEnabled_ (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/
H A Dsystem_session.h52 bool dialogSessionBackGestureEnabled_ = false; member in OHOS::Rosen::SystemSession
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsystem_session.cpp240 if (GetWindowType() == WindowType::WINDOW_TYPE_DIALOG && !dialogSessionBackGestureEnabled_) { in ProcessBackEvent()
374 session->dialogSessionBackGestureEnabled_ = isEnabled; in SetDialogSessionBackGestureEnabled()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsystem_session_test.cpp582 sysSession->dialogSessionBackGestureEnabled_ = false; in HWTEST_F()
586 sysSession->dialogSessionBackGestureEnabled_ = true; in HWTEST_F()

Completed in 2 milliseconds