Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.h107 void RegisterSystemBarHeightChangeCallback(SystemBarHeightChangeCallback&& callback) override in RegisterSystemBarHeightChangeCallback()
205 SystemBarHeightChangeCallback systemBarHeightChangeCallback_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_view.h80 … using SystemBarHeightChangeCallback = std::function<void(double statusBar, double navigationBar)>; variable
81 … virtual void RegisterSystemBarHeightChangeCallback(SystemBarHeightChangeCallback&& callback) = 0;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.h123 void RegisterSystemBarHeightChangeCallback(SystemBarHeightChangeCallback&& callback) override in RegisterSystemBarHeightChangeCallback()
237 SystemBarHeightChangeCallback systemBarHeightChangeCallback_;