Home
last modified time | relevance | path

Searched refs:updateScreenPivotCallback (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h116 void SetUpdateScreenPivotCallback(std::function<void(float, float)>&& updateScreenPivotCallback);
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp548 void ScreenSession::SetUpdateScreenPivotCallback(std::function<void(float, float)>&& updateScreenPivotCallback) in SetUpdateScreenPivotCallback() argument
550 updateScreenPivotCallback_ = std::move(updateScreenPivotCallback); in SetUpdateScreenPivotCallback()

Completed in 3 milliseconds