Home
last modified time | relevance | path

Searched refs:statusBarHeight (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_keyboard_session.h56 constexpr int32_t statusBarHeight = 128; variable
57 return statusBarHeight;
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2176 double statusBarHeight = 0.0; in OnSystemBarHeightChanged() local
2179 statusBarHeight = statusBar / viewScale_ / dipScale_; in OnSystemBarHeightChanged()
2183 if ((!NearEqual(statusBarHeight, statusBarHeight_)) || (!NearEqual(navigationBarHeight, navigationBarHeight_))) { in OnSystemBarHeightChanged()
2184 statusBarHeight_ = statusBarHeight; in OnSystemBarHeightChanged()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5025 auto statusBarHeight = safeAreaInsets.top_.Length(); local
5026 return static_cast<float>(statusBarHeight);

Completed in 17 milliseconds