Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dsystem_window_scene.cpp77 if (visible && session_->NeedCheckContextTransparent()) { in OnVisibleChange()
79 } else if (session_->NeedCheckContextTransparent()) { in OnVisibleChange()
82 if (SystemProperties::GetFaultInjectEnabled() && session_->NeedCheckContextTransparent()) { in OnVisibleChange()
131 if (session_->NeedCheckContextTransparent()) { in OnAttachToFrameNode()
145 if (session_->NeedCheckContextTransparent()) { in OnDetachFromFrameNode()
350 … if (self->session_->NeedCheckContextTransparent() && self->GetHost()->IsContextTransparent()) { in PostCheckContextTransparentTask()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp1618 HWTEST_F(WindowSessionTest2, NeedCheckContextTransparent, Function | SmallTest | Level2)
1622 ASSERT_EQ(session_->NeedCheckContextTransparent(), false);
1625 ASSERT_EQ(session_->NeedCheckContextTransparent(), true);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h332 bool NeedCheckContextTransparent() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3405 bool Session::NeedCheckContextTransparent() const in NeedCheckContextTransparent() function in OHOS::Rosen::Session