Searched refs:WindowController (Results 1 – 8 of 8) sorted by relevance
55 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 …]
53 wptr<WindowController> RemoteAnimation::windowController_ = nullptr;108 void RemoteAnimation::SetWindowControllerAndRoot(const sptr<WindowController>& windowController, in SetWindowControllerAndRoot()
71 windowController_ = new WindowController(windowRoot_, inputWindowMonitor_);
34 class WindowController : public RefBase {36 …WindowController(sptr<WindowRoot>& root, sptr<InputWindowMonitor> inputWindowMonitor) : windowRoot… in WindowController() function39 ~WindowController() = default;
72 static void SetWindowControllerAndRoot(const sptr<WindowController>& windowController,107 static wptr<WindowController> windowController_;
200 sptr<WindowController> windowController_;
49 sptr<WindowController> windowController_;102 windowController_ = new WindowController(windowRoot_, inputMonitor); in InitRemoteAnimation()
38 static sptr<WindowController> windowController_;45 sptr<WindowController> WindowControllerTest::windowController_ = nullptr;61 windowController_ = new WindowController(windowRoot_, inputWindowMonitor_); in SetUpTestCase()