Home
last modified time | relevance | path

Searched refs:GetSystemTouchable (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp259 return session->GetSystemTouchable(); in IsRecentContainerState()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp1294 HWTEST_F(WindowSessionTest2, GetSystemTouchable, Function | SmallTest | Level2)
1297 bool res = session_->GetSystemTouchable();
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h317 bool GetSystemTouchable() const;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp610 if (!screenSession->IsTouchEnabled() || !sceneSession->GetSystemTouchable() || in UpdateWindowFlags()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3423 return GetSystemTouchable() && GetForegroundInteractiveStatus() && IsVisibleForeground(); in IsVisibleForAccessibility()
3425 return GetSystemTouchable() && GetForegroundInteractiveStatus() && in IsVisibleForAccessibility()
H A Dsession.cpp680 bool Session::GetSystemTouchable() const in GetSystemTouchable() function in OHOS::Rosen::Session