Home
last modified time | relevance | path

Searched refs:windowController_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_controller_test.cpp38 static sptr<WindowController> windowController_; member in OHOS::Rosen::WindowControllerTest
315 ASSERT_NE(nullptr, windowController_);
317 windowController_->NotifyAfterAddWindow(node0);
327 windowController_->NotifyAfterAddWindow(node0);
370 windowController_->callingWindowId_ = 0;
407 windowController_->callingWindowId_ = 0;
461 ASSERT_NE(nullptr, windowController_);
485 ASSERT_NE(nullptr, windowController_);
1566 windowController_->MinimizeAllAppWindows(0);
2334 windowController_->OnScreenshot(10);
[all …]
H A Dwindow_manager_service_test.cpp348 wms->windowController_->windowRoot_->windowNodeMap_[appNode->GetWindowId()] = appNode;
349 wms->windowController_->windowRoot_->windowNodeMap_[compNode->GetWindowId()] = compNode;
381 wms->windowController_->windowRoot_->windowNodeMap_[appNode2->GetWindowId()] = appNode2;
382 wms->windowController_->windowRoot_->windowNodeMap_[appNode1->GetWindowId()] = appNode1;
417 wms->windowController_->windowRoot_->windowNodeMap_[appNode->GetWindowId()] = appNode;
468 wms->windowController_->windowRoot_->windowNodeMap_[appNode->GetWindowId()] = appNode;
469 wms->windowController_->windowRoot_->windowNodeMap_[compNode->GetWindowId()] = compNode;
475 …RemoteAnimation::SetWindowControllerAndRoot(wms->windowController_, wms->windowController_->window…
1144 wms->windowController_->windowRoot_->windowNodeMap_[appNode->GetWindowId()] = appNode;
1171 wms->windowController_->windowRoot_->windowNodeMap_[appNode->GetWindowId()] = appNode;
[all …]
H A Dremote_animation_test.cpp49 sptr<WindowController> windowController_; member in OHOS::Rosen::RemoteAnimationTest
76 windowController_->StartingWindow(transitionInfo_, nullptr, 0xFFFFFFFF, true); in SetUp()
84 windowController_->DestroyWindow(node_->GetWindowId(), false); in TearDown()
90 windowController_ = nullptr; in TearDown()
102 windowController_ = new WindowController(windowRoot_, inputMonitor); in InitRemoteAnimation()
103 RemoteAnimation::SetWindowControllerAndRoot(windowController_, windowRoot_); in InitRemoteAnimation()
688 RemoteAnimation::windowController_ = nullptr;
735 RemoteAnimation::windowController_ = nullptr;
754 RemoteAnimation::windowController_ = nullptr;
820 RemoteAnimation::windowController_ = nullptr;
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp1063 return windowController_->RequestFocus(windowId); in RequestFocus()
1092 windowController_->NotifySystemBarTints(); in RegisterWindowManagerAgent()
1258 windowController_->ProcessPointUp(windowId); in ProcessPointUp()
1281 windowController_->MinimizeAllAppWindows(displayId); in MinimizeAllAppWindows()
1437 return windowController_->RaiseToAppTop(windowId); in RaiseToAppTop()
1449 return windowController_->GetSnapshot(windowId); in GetSnapshot()
1532 windowController_->SetAnchorAndScale(x, y, scale); in SetAnchorAndScale()
1540 windowController_->SetAnchorOffset(deltaX, deltaY); in SetAnchorOffset()
1548 windowController_->OffWindowZoom(); in OffWindowZoom()
1564 windowController_->OnScreenshot(displayId); in OnScreenshot()
[all …]
H A Dremote_animation.cpp53 wptr<WindowController> RemoteAnimation::windowController_ = nullptr; member in OHOS::Rosen::RemoteAnimation
111 windowController_ = windowController; in SetWindowControllerAndRoot()
382 auto winController = windowController_.promote(); in NotifyAnimationTransition()
408 auto winController = windowController_.promote(); in NotifyAnimationMinimize()
434 auto winController = windowController_.promote(); in NotifyAnimationClose()
510 auto winController = windowController_.promote(); in NotifyAnimationBackTransition()
563 auto winController = windowController_.promote(); in GetAnimationTargetsForHome()
812 auto winController = windowController_.promote(); in ExecuteFinalStateTask()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h107 static wptr<WindowController> windowController_; variable
H A Dwindow_manager_service.h200 sptr<WindowController> windowController_; variable