Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_view.h71 using ViewPositionChangeCallback = std::function<void(int32_t posX, int32_t posY)>; variable
72 virtual void RegisterViewPositionChangeCallback(ViewPositionChangeCallback&& callback) = 0;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.h108 void RegisterViewPositionChangeCallback(ViewPositionChangeCallback&& callback) override in RegisterViewPositionChangeCallback()
234 ViewPositionChangeCallback viewPositionChangeCallback_;
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.h97 void RegisterViewPositionChangeCallback(ViewPositionChangeCallback&& callback) override {} in RegisterViewPositionChangeCallback()