Home
last modified time | relevance | path

Searched refs:systemBarHeightChangeCallback_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.h110 systemBarHeightChangeCallback_ = std::move(callback);
133 CHECK_NULL_VOID(systemBarHeightChangeCallback_); in NotifySystemBarHeightChanged()
134 systemBarHeightChangeCallback_(statusBar, navigationBar); in NotifySystemBarHeightChanged()
205 SystemBarHeightChangeCallback systemBarHeightChangeCallback_; member in OHOS::Ace::Platform::AceViewPreview
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.h125 systemBarHeightChangeCallback_ = std::move(callback);
217 if (systemBarHeightChangeCallback_) { in NotifySystemBarHeightChanged()
218 systemBarHeightChangeCallback_(statusBar, navigationBar); in NotifySystemBarHeightChanged()
237 SystemBarHeightChangeCallback systemBarHeightChangeCallback_; member in OHOS::Ace::Platform::AceViewOhos

Completed in 2 milliseconds