Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h252 std::function<void(float)> updateToInputManagerCallback_ = nullptr; member in OHOS::Rosen::ScreenSession
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp545 updateToInputManagerCallback_ = updateToInputManagerCallback; in SetUpdateToInputManagerCallback()
576 if (needUpdateToInputManager && updateToInputManagerCallback_ != nullptr in UpdateToInputManager()
580 updateToInputManagerCallback_(static_cast<float>(foldRotation)); in UpdateToInputManager()
581 WLOGFI("updateToInputManagerCallback_:%{public}d", foldRotation); in UpdateToInputManager()

Completed in 4 milliseconds