Home
last modified time | relevance | path

Searched refs:SetUpdateScreenPivotCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H A Dscreen_pattern.cpp73 screenSession_->SetUpdateScreenPivotCallback(std::bind( in ScreenPattern()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h117 … void SetUpdateScreenPivotCallback(std::function<void(float, float)>&& updateScreenPivotCallback);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp536 void ScreenSession::SetUpdateScreenPivotCallback(std::function<void(float, float)>&& updateScreenPi… in SetUpdateScreenPivotCallback() function in OHOS::Rosen::ScreenSession