Home
last modified time | relevance | path

Searched refs:appWindow_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene.cpp406 self->RemoveChild(host, self->appWindow_, self->appWindowName_); in OnActivation()
410 self->appWindow_.Reset(); in OnActivation()
428 self->AddChild(host, self->appWindow_, self->appWindowName_, 0); in OnActivation()
452 AddChild(host, appWindow_, appWindowName_, 0); in DisposeSnapshotAndBlankWindow()
479 CHECK_NULL_VOID(self->appWindow_); in OnConnect()
480 … auto context = AceType::DynamicCast<NG::RosenRenderContext>(self->appWindow_->GetRenderContext()); in OnConnect()
492 self->AddChild(host, self->appWindow_, self->appWindowName_, 0); in OnConnect()
586 self->AddChild(host, self->appWindow_, self->appWindowName_, 0); in OnDrawingCompleted()
665 AddChild(host, appWindow_, appWindowName_, 0); in OnDirtyLayoutWrapperSwap()
698 self->AddChild(host, self->appWindow_, self->appWindowName_, 0); in CleanBlankWindow()
H A Dwindow_pattern.cpp182 AddChild(host, appWindow_, appWindowName_, 0); in OnAttachToFrameNode()
196 AddChild(host, appWindow_, appWindowName_, 0); in OnAttachToFrameNode()
226 appWindow_ = FrameNode::CreateFrameNode( in CreateAppWindow()
228 appWindow_->GetLayoutProperty()->UpdateMeasureType(MeasureType::MATCH_PARENT); in CreateAppWindow()
229 appWindow_->SetHitTestMode(HitTestMode::HTMNONE); in CreateAppWindow()
233 auto context = AceType::DynamicCast<NG::RosenRenderContext>(appWindow_->GetRenderContext()); in CreateAppWindow()
420 AddChild(host, appWindow_, appWindowName_, 0); in CheckAndAddStartingWindowAboveLocked()
H A Dwindow_pattern.h83 RefPtr<FrameNode> appWindow_; variable