Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h245 std::function<void(float)> updateToInputManagerCallback_ = nullptr; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp533 updateToInputManagerCallback_ = updateToInputManagerCallback; in SetUpdateToInputManagerCallback()
569 if (needUpdateToInputManager && updateToInputManagerCallback_ != nullptr) { in UpdateToInputManager()
572 updateToInputManagerCallback_(static_cast<float>(foldRotation)); in UpdateToInputManager()