Home
last modified time | relevance | path

Searched refs:UpdateSystemBarHeight (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_element.h37 void UpdateSystemBarHeight(double statusBar, double navigationBar);
H A Drender_dialog_modal.h36 void UpdateSystemBarHeight(double statusBar, double navigationBar);
H A Ddialog_modal_element.cpp111 void DialogModalElement::UpdateSystemBarHeight(double statusBar, double navigationBar) in UpdateSystemBarHeight() function in OHOS::Ace::DialogModalElement
117 renderNode->UpdateSystemBarHeight(statusBar, navigationBar); in UpdateSystemBarHeight()
H A Drender_dialog_modal.cpp86 void RenderDialogModal::UpdateSystemBarHeight(double statusBar, double navigationBar) in UpdateSystemBarHeight() function in OHOS::Ace::RenderDialogModal
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_element.h37 void UpdateSystemBarHeight(double statusBar, double navigationBar);
H A Dsemi_modal_element.cpp70 void SemiModalElement::UpdateSystemBarHeight(double statusBar, double navigationBar) in UpdateSystemBarHeight() function in OHOS::Ace::SemiModalElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2199 semiModal->UpdateSystemBarHeight(statusBarHeight_, navigationBarHeight_); in OnSystemBarHeightChanged()
2204 dialogModal->UpdateSystemBarHeight(statusBarHeight_, navigationBarHeight_); in OnSystemBarHeightChanged()