Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dutil_modifier.cpp45 return windowConfig.GetDesignWidthScale(SystemProperties::GetDeviceWidth()); in GetDesignWidthScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_query_info.cpp93 json->Put("device-width", SystemProperties::GetDeviceWidth()); in GetMediaQueryJsonInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp295 rootWidth = Dimension(static_cast<double>(SystemProperties::GetDeviceWidth())); in UpdateToastSize()
533 deviceWidth = static_cast<double>(SystemProperties::GetDeviceWidth()); in GetTextMaxWidth()
572 static_cast<float>(SystemProperties::GetDeviceWidth()), in GetSystemTopMostSubwindowSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h121 static int32_t GetDeviceWidth() in GetDeviceWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp720 auto menuMaxWidth = theme->GetMenuMaxWidthRatio() * SystemProperties::GetDeviceWidth(); in UpdateChildConstraintByDevice()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1823 …:GetInstance().Print(1, "Resolution: " + std::to_string(SystemProperties::GetDeviceWidth()) + "*" + in OnDumpInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp5723 int32_t deviceWidth = SystemProperties::GetDeviceWidth(); in UpdatePixelMapScale()