Home
last modified time | relevance | path

Searched refs:startingWinSurfaceNode_ (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp163 node->startingWinSurfaceNode_ = RSSurfaceNode::Create(rsSurfaceNodeConfig, RSSurfaceNodeType::STARTING_WINDOW_NODE); in CreateLeashAndStartingSurfaceNode()
164 if (node->startingWinSurfaceNode_ == nullptr) { in CreateLeashAndStartingSurfaceNode()
189 if (node->startingWinSurfaceNode_ == nullptr) { in DrawStartingWindow()
196 SurfaceDraw::DrawColor(node->startingWinSurfaceNode_, rect.width_, rect.height_, bkgColor); in DrawStartingWindow()
201 SurfaceDraw::DrawImageRect(node->startingWinSurfaceNode_, rect, pixelMap, bkgColor); in DrawStartingWindow()
208 if (weakNode == nullptr || !weakNode->startingWinSurfaceNode_) { in SetStartingWindowAnimation()
209 WLOGFE("windowNode or startingWinSurfaceNode_ is nullptr"); in SetStartingWindowAnimation()
214 weakNode->startingWinSurfaceNode_->SetAlpha(animationConfig_.startWinAnimationConfig_.opacityStart_); in SetStartingWindowAnimation()
223 weakNode->startingWinSurfaceNode_->SetAlpha(animationConfig_.startWinAnimationConfig_.opacityEnd_); in SetStartingWindowAnimation()
235 weakNode->leashWinSurfaceNode_->RemoveChild(weakNode->startingWinSurfaceNode_); in SetStartingWindowAnimation()
[all...]
H A Dwindow_layout_policy.cpp665 if (node->startingWinSurfaceNode_) { in SetBounds()
666 node->startingWinSurfaceNode_->SetBounds(0, 0, winRect.width_, winRect.height_); in SetBounds()
H A Dwindow_node_container.cpp1075 if (!node->leashWinSurfaceNode_ && !node->surfaceNode_ && !node->startingWinSurfaceNode_) { in AssignZOrder()
1091 if (node->startingWinSurfaceNode_ != nullptr) { in AssignZOrder()
1093 node->startingWinSurfaceNode_->SetPositionZ(zOrder_); in AssignZOrder()
H A Dwindow_controller.cpp469 if (winNode->startingWinSurfaceNode_) { in NotifyInputCallingWindowRectAndOccupiedAreaChange()
470 winNode->startingWinSurfaceNode_->SetBounds(0, 0, rect.width_, rect.height_); in NotifyInputCallingWindowRectAndOccupiedAreaChange()
/foundation/window/window_manager/wmserver/src/window_snapshot/
H A Dsnapshot_controller.cpp55 surfaceNode = targetNode->startingWinSurfaceNode_; in GetSnapshot()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dstarting_window_test.cpp259 node_->startingWinSurfaceNode_ = nullptr; in HWTEST_F()
463 node_->startingWinSurfaceNode_ = nullptr; in HWTEST_F()
489 node_->startingWinSurfaceNode_ = nullptr; in HWTEST_F()
H A Dremote_animation_test.cpp327 node_->startingWinSurfaceNode_ = nullptr; in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h146 std::shared_ptr<RSSurfaceNode> startingWinSurfaceNode_ = nullptr; member in OHOS::Rosen::WindowNode

Completed in 13 milliseconds