Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar.cpp66 auto gridSizeType = GridSystemManager::GetInstance().GetCurrentSize(); in MakeInnerLayoutParam() local
69 double toolBarMaxWidth = GetMaxWidthBasedOnGridType(columnInfo, gridSizeType); in MakeInnerLayoutParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_layout_algorithm.cpp206 auto gridSizeType = ScreenSystemManager::GetInstance().GetSize(maxSize.Width()); in GetMaxWidthByScreenSizeType() local
209 switch (gridSizeType) { in GetMaxWidthByScreenSizeType()
216 columns = columnInfo->GetColumns(gridSizeType); in GetMaxWidthByScreenSizeType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.cpp202 auto gridSizeType = GridSystemManager::GetInstance().GetCurrentSize(); in CreateBox() local
203 double maxWidth = columnInfo->GetWidth(columnInfo->GetColumns(gridSizeType)); in CreateBox()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.cpp909 auto gridSizeType = GetGridSizeType(frameSize); in ApplyBarGridAlign() local
911 if (gridSizeType == GridSizeType::SM) { in ApplyBarGridAlign()
916 } else if (gridSizeType == GridSizeType::MD) { in ApplyBarGridAlign()
921 } else if (gridSizeType == GridSizeType::LG) { in ApplyBarGridAlign()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Drender_dialog_tween.cpp343 auto gridSizeType = ScreenSystemManager::GetInstance().GetSize(maxSize.Width()); in ComputeInnerLayoutParam() local
351 …auto width = GetMaxWidthBasedOnGridType(columnInfo, gridSizeType, SystemProperties::GetDeviceType(… in ComputeInnerLayoutParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp2185 auto gridSizeType = GridSystemManager::GetInstance().GetCurrentSize(); in GetMaxWidthBaseOnGridSystem() local
2186 if (gridSizeType > GridSizeType::LG) { in GetMaxWidthBaseOnGridSystem()
2187 gridSizeType = GridSizeType::LG; in GetMaxWidthBaseOnGridSystem()
2189 if (gridSizeType < GridSizeType::SM) { in GetMaxWidthBaseOnGridSystem()
2190 gridSizeType = GridSizeType::SM; in GetMaxWidthBaseOnGridSystem()
2192 auto columns = columnInfo->GetColumns(gridSizeType); in GetMaxWidthBaseOnGridSystem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp381 auto gridSizeType = ScreenSystemManager::GetInstance().GetSize(maxSize.Width()); in ComputeInnerLayoutParam() local
391 …auto width = GetMaxWidthBasedOnGridType(columnInfo, gridSizeType, SystemProperties::GetDeviceType(… in ComputeInnerLayoutParam()