/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/ |
H A D | semi_modal_element.cpp | 70 void SemiModalElement::UpdateSystemBarHeight(double statusBar, double navigationBar) in UpdateSystemBarHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/ |
H A D | render_dialog_modal.cpp | 86 void RenderDialogModal::UpdateSystemBarHeight(double statusBar, double navigationBar) in UpdateSystemBarHeight()
|
H A D | dialog_modal_element.cpp | 111 void DialogModalElement::UpdateSystemBarHeight(double statusBar, double navigationBar) in UpdateSystemBarHeight()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_view_preview.h | 131 void NotifySystemBarHeightChanged(double statusBar, double navigationBar) const in NotifySystemBarHeightChanged()
|
H A D | ace_container.cpp | 438 …auto&& systemBarHeightChangeCallback = [weak, id = instanceId_](double statusBar, double navigatio… in InitializeCallback()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_view_ohos.h | 215 void NotifySystemBarHeightChanged(double statusBar, double navigationBar) const in NotifySystemBarHeightChanged()
|
H A D | dialog_container.cpp | 168 double statusBar, double navigationBar) { in InitializeSystemBarHeightChangeCallback()
|
H A D | ace_container.cpp | 1024 double statusBar, double navigationBar) { in InitializeCallback()
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_container_test.cpp | 714 sptr<WindowNode> statusBar = new WindowNode(property, nullptr, nullptr); variable 736 sptr<WindowNode> statusBar = new WindowNode(property, nullptr, nullptr); variable
|
H A D | remote_animation_test.cpp | 623 sptr<WindowNode> statusBar = new WindowNode(CreateWindowProperty(0)); variable
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch5_test.cpp | 428 auto statusBar = DelayedSingleton<StatusBar>::GetInstance(); variable
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 352 for (const auto& statusBar : statusBarVector) { in GetStatusBarHeight() local
|
H A D | scene_session.cpp | 1768 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 D | input_method_ability_test.cpp | 679 std::shared_ptr<InputMethodPanel> statusBar = nullptr; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 264 void OnSystemBarHeightChanged(double statusBar, double navigationBar) override {} in OnSystemBarHeightChanged()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 2182 void PipelineContext::OnSystemBarHeightChanged(double statusBar, double navigationBar) in OnSystemBarHeightChanged()
|