Home
last modified time | relevance | path

Searched refs:NeedCheckContextTransparent (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dsystem_window_scene.cpp75 if (visible && session_->NeedCheckContextTransparent()) { in OnVisibleChange()
77 } else if (session_->NeedCheckContextTransparent()) { in OnVisibleChange()
80 if (SystemProperties::GetFaultInjectEnabled() && session_->NeedCheckContextTransparent()) { in OnVisibleChange()
128 if (session_->NeedCheckContextTransparent()) { in OnAttachToFrameNode()
142 if (session_->NeedCheckContextTransparent()) { in OnDetachFromFrameNode()
318 if (self->session_->NeedCheckContextTransparent() && self->GetHost()->IsContextTransparent()) { in PostCheckContextTransparentTask()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp1410 * @tc.name: NeedCheckContextTransparent
1411 * @tc.desc: NeedCheckContextTransparent Test
1414 HWTEST_F(WindowSessionTest2, NeedCheckContextTransparent, Function | SmallTest | Level2) in HWTEST_F()
1418 ASSERT_EQ(session_->NeedCheckContextTransparent(), false); in HWTEST_F()
1421 ASSERT_EQ(session_->NeedCheckContextTransparent(), true); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h342 bool NeedCheckContextTransparent() const;
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3252 bool Session::NeedCheckContextTransparent() const in NeedCheckContextTransparent() function in OHOS::Rosen::Session

Completed in 11 milliseconds