Home
last modified time | relevance | path

Searched defs:navigationBar (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_element.cpp29 …RefPtr<NavigationBarComponent> navigationBar = AceType::DynamicCast<NavigationBarComponent>(compon… in PerformBuild() local
42 …oid NavigationBarElement::BindMoreButtonClickEvent(const RefPtr<NavigationBarComponent>& navigatio… in BindMoreButtonClickEvent()
82 void NavigationBarElement::BindClickEventToOptions(const RefPtr<NavigationBarComponent>& navigation… in BindClickEventToOptions()
H A Dnavigation_bar_component_v2.h40 RefPtr<Component> navigationBar; in Build() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_component.cpp24 void StackComponent::SetNavigationBar(const RefPtr<Component>& navigationBar) in SetNavigationBar()
/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 … systemBarHeightChangeCallback = [weak, id = instanceId_](double statusBar, double navigationBar) { 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/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()