Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.h67 int32_t GetDeviceColumns(GridSizeType type, DeviceType deviceType);
H A Ddialog_layout_algorithm.cpp438 return info->GetWidth(std::min(GetDeviceColumns(type, deviceType), parentColumns)); in GetMaxWidthBasedOnGridType()
441 int32_t DialogLayoutAlgorithm::GetDeviceColumns(GridSizeType type, DeviceType deviceType) in GetDeviceColumns() function in OHOS::Ace::NG::DialogLayoutAlgorithm