Home
last modified time | relevance | path

Searched refs:UpdateWindowZoomInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_display_zoom_controller_test.cpp70 displayController_->UpdateWindowZoomInfo(windowId);
99 displayController_->UpdateWindowZoomInfo(1);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Ddisplay_zoom_controller.h35 void UpdateWindowZoomInfo(uint32_t windowId);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddisplay_zoom_controller.cpp134 void DisplayZoomController::UpdateWindowZoomInfo(uint32_t windowId) in UpdateWindowZoomInfo() function in OHOS::Rosen::DisplayZoomController
H A Dwindow_controller.cpp1369 displayZoomController_->UpdateWindowZoomInfo(windowId); in FlushWindowInfo()