Home
last modified time | relevance | path

Searched refs:GetNavigationBarHeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h119 bool GetNavigationBarHeight(DisplayId displayId, uint32_t& navigationBarHeight);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h455 double GetNavigationBarHeight() const in GetNavigationBarHeight() function
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp371 bool WindowController::GetNavigationBarHeight(DisplayId displayId, uint32_t& navigationBarHeight) in GetNavigationBarHeight() function in OHOS::Rosen::WindowController
426 bool res = GetNavigationBarHeight(node->GetDisplayId(), navigationBarHeight); in RelayoutKeyboard()