Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dinput_window_monitor.cpp41 void InputWindowMonitor::UpdateInputWindow(uint32_t windowId) in UpdateInputWindow()
60 void InputWindowMonitor::UpdateInputWindowByDisplayId(DisplayId displayId) in UpdateInputWindowByDisplayId()
86 void InputWindowMonitor::UpdateDisplayGroupInfo(const sptr<WindowNodeContainer>& windowNodeContaine… in UpdateDisplayGroupInfo()
97 void InputWindowMonitor::UpdateDisplayInfo(const std::vector<sptr<DisplayInfo>>& displayInfos, in UpdateDisplayInfo()
147 void InputWindowMonitor::TransformWindowRects(const sptr<WindowNode>& windowNode, Rect& areaRect, in TransformWindowRects()
166 void InputWindowMonitor::TraverseWindowNodes(const std::vector<sptr<WindowNode>> &windowNodes, in TraverseWindowNodes()
218 MMI::Direction InputWindowMonitor::GetDisplayDirectionForMmi(Rotation rotation) in GetDisplayDirectionForMmi()
H A Dwindow_manager_service.cpp70 inputWindowMonitor_ = new InputWindowMonitor(windowRoot_);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dinput_window_monitor.h28 class InputWindowMonitor : public RefBase {
30 explicit InputWindowMonitor(sptr<WindowRoot>& root) : windowRoot_(root) {} in InputWindowMonitor() function
31 ~InputWindowMonitor() = default;
H A Dwindow_controller.h36 …WindowController(sptr<WindowRoot>& root, sptr<InputWindowMonitor> inputWindowMonitor) : windowRoot… in WindowController()
128 sptr<InputWindowMonitor> inputWindowMonitor_;
H A Dwindow_manager_service.h201 sptr<InputWindowMonitor> inputWindowMonitor_;
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dinput_window_monitor_test.cpp32 sptr<InputWindowMonitor> input_monitor_;
46 input_monitor_ = new InputWindowMonitor(root_); in SetUp()
52 input_monitor_->InputWindowMonitor::~InputWindowMonitor(); in TearDown()
H A Dremote_animation_test.cpp101 sptr<InputWindowMonitor> inputMonitor = new InputWindowMonitor(windowRoot_); in InitRemoteAnimation()
H A Dwindow_controller_test.cpp40 static sptr<InputWindowMonitor> inputWindowMonitor_;
47 sptr<InputWindowMonitor> WindowControllerTest::inputWindowMonitor_ = nullptr;
60 inputWindowMonitor_ = new InputWindowMonitor(windowRoot_); in SetUpTestCase()