Home
last modified time | relevance | path

Searched defs:statusBar (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_element.cpp70 void SemiModalElement::UpdateSystemBarHeight(double statusBar, double navigationBar) in UpdateSystemBarHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Drender_dialog_modal.cpp86 void RenderDialogModal::UpdateSystemBarHeight(double statusBar, double navigationBar) in UpdateSystemBarHeight()
H A Ddialog_modal_element.cpp111 void DialogModalElement::UpdateSystemBarHeight(double statusBar, double navigationBar) in UpdateSystemBarHeight()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.h131 void NotifySystemBarHeightChanged(double statusBar, double navigationBar) const in NotifySystemBarHeightChanged()
H A Dace_container.cpp438 …auto&& systemBarHeightChangeCallback = [weak, id = instanceId_](double statusBar, double navigatio… in InitializeCallback()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.h215 void NotifySystemBarHeightChanged(double statusBar, double navigationBar) const in NotifySystemBarHeightChanged()
H A Ddialog_container.cpp168 double statusBar, double navigationBar) { in InitializeSystemBarHeightChangeCallback()
H A Dace_container.cpp1024 double statusBar, double navigationBar) { in InitializeCallback()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp714 sptr<WindowNode> statusBar = new WindowNode(property, nullptr, nullptr); variable
736 sptr<WindowNode> statusBar = new WindowNode(property, nullptr, nullptr); variable
H A Dremote_animation_test.cpp623 sptr<WindowNode> statusBar = new WindowNode(CreateWindowProperty(0)); variable
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch5_test.cpp428 auto statusBar = DelayedSingleton<StatusBar>::GetInstance(); variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp352 for (const auto& statusBar : statusBarVector) { in GetStatusBarHeight() local
H A Dscene_session.cpp1768 for (auto& statusBar : statusBarVector) { in GetSystemAvoidArea() local
2700 for (auto& statusBar : statusBarVector) { in UpdateWinRectForSystemBar() local
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_test.cpp679 std::shared_ptr<InputMethodPanel> statusBar = nullptr; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h264 void OnSystemBarHeightChanged(double statusBar, double navigationBar) override {} in OnSystemBarHeightChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2182 void PipelineContext::OnSystemBarHeightChanged(double statusBar, double navigationBar) in OnSystemBarHeightChanged()