Home
last modified time | relevance | path

Searched refs:WindowController (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp55 uint32_t WindowController::GenWindowId() in GenWindowId()
563 void WindowController::RestoreCallingWindowSizeIfNeed() in RestoreCallingWindowSizeIfNeed()
745 WMError WindowController::RequestFocus(uint32_t windowId) in RequestFocus()
975 void WindowController::RecordBootAnimationEvent() const in RecordBootAnimationEvent()
1075 void WindowController::NotifySystemBarTints() in NotifySystemBarTints()
1186 WMError WindowController::ProcessPointUp(uint32_t windowId) in ProcessPointUp()
1268 WMError WindowController::RaiseToAppTop(uint32_t windowId) in RaiseToAppTop()
1353 WMError WindowController::ToggleShownStateForAllAppWindows() in ToggleShownStateForAllAppWindows()
1366 void WindowController::FlushWindowInfo(uint32_t windowId) in FlushWindowInfo()
1841 void WindowController::OnScreenshot(DisplayId displayId) in OnScreenshot()
[all …]
H A Dremote_animation.cpp53 wptr<WindowController> RemoteAnimation::windowController_ = nullptr;
108 void RemoteAnimation::SetWindowControllerAndRoot(const sptr<WindowController>& windowController, in SetWindowControllerAndRoot()
H A Dwindow_manager_service.cpp71 windowController_ = new WindowController(windowRoot_, inputWindowMonitor_);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h34 class WindowController : public RefBase {
36WindowController(sptr<WindowRoot>& root, sptr<InputWindowMonitor> inputWindowMonitor) : windowRoot… in WindowController() function
39 ~WindowController() = default;
H A Dremote_animation.h72 static void SetWindowControllerAndRoot(const sptr<WindowController>& windowController,
107 static wptr<WindowController> windowController_;
H A Dwindow_manager_service.h200 sptr<WindowController> windowController_;
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp49 sptr<WindowController> windowController_;
102 windowController_ = new WindowController(windowRoot_, inputMonitor); in InitRemoteAnimation()
H A Dwindow_controller_test.cpp38 static sptr<WindowController> windowController_;
45 sptr<WindowController> WindowControllerTest::windowController_ = nullptr;
61 windowController_ = new WindowController(windowRoot_, inputWindowMonitor_); in SetUpTestCase()