Home
last modified time | relevance | path

Searched refs:SYSTEM_BAR_HEIGHT_RATIO (Results 1 – 2 of 2) sorted by relevance

/foundation/windowmanager/wmserver/include/
Dwindow_controller.h78 constexpr static float SYSTEM_BAR_HEIGHT_RATIO = 0.08; variable
/foundation/windowmanager/wmserver/src/
Dwindow_controller.cpp369 … uint32_t height = static_cast<uint32_t>(displayInfo->GetHeight() * SYSTEM_BAR_HEIGHT_RATIO); in ProcessDisplayChange()