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.h116 void SetUpdateToInputManagerCallback(std::function<void(float)> updateToInputManagerCallback);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp531 …enSession::SetUpdateToInputManagerCallback(std::function<void(float)> updateToInputManagerCallback) in SetUpdateToInputManagerCallback() argument
533 updateToInputManagerCallback_ = updateToInputManagerCallback; in SetUpdateToInputManagerCallback()