Searched refs:GetSystemTouchable (Results 1 – 6 of 6) sorted by relevance
259 return session->GetSystemTouchable(); in IsRecentContainerState()
1294 HWTEST_F(WindowSessionTest2, GetSystemTouchable, Function | SmallTest | Level2)1297 bool res = session_->GetSystemTouchable();
317 bool GetSystemTouchable() const;
610 if (!screenSession->IsTouchEnabled() || !sceneSession->GetSystemTouchable() || in UpdateWindowFlags()
3423 return GetSystemTouchable() && GetForegroundInteractiveStatus() && IsVisibleForeground(); in IsVisibleForAccessibility()3425 return GetSystemTouchable() && GetForegroundInteractiveStatus() && in IsVisibleForAccessibility()
680 bool Session::GetSystemTouchable() const in GetSystemTouchable() function in OHOS::Rosen::Session