Home
last modified time | relevance | path

Searched refs:GetDeviceWidth (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dutil_modifier.cpp45 return windowConfig.GetDesignWidthScale(SystemProperties::GetDeviceWidth()); in GetDesignWidthScale()
/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_query_info.cpp93 json->Put("device-width", SystemProperties::GetDeviceWidth()); in GetMediaQueryJsonInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dtransparent_node_detector.cpp62 if (pipeline->GetRootWidth() * pipeline->GetRootHeight() < SystemProperties::GetDeviceWidth() * in PostCheckNodeTransparentTask()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h127 static int32_t GetDeviceWidth() in GetDeviceWidth() function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp61 wrapperRect_.SetRect(0, safeAreaTop, static_cast<double>(SystemProperties::GetDeviceWidth()), in InitWrapperRect()
441 deviceWidth = static_cast<double>(SystemProperties::GetDeviceWidth()); in GetTextMaxWidth()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp750 auto menuMaxWidth = theme->GetMenuMaxWidthRatio() * SystemProperties::GetDeviceWidth(); in UpdateChildConstraintByDevice()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1818 DumpLog::GetInstance().Print(1, "Resolution: " + std::to_string(SystemProperties::GetDeviceWidth()) + "*" + in OnDumpInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp5746 int32_t deviceWidth = SystemProperties::GetDeviceWidth(); in UpdatePixelMapScale()

Completed in 26 milliseconds