Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h338 void InitialDynamicGridProp(int32_t dragLeaveOrEnter = NONE);
377 …culateVerticalSize(std::vector<double>& cols, std::vector<double>& rows, int32_t dragLeaveOrEnter);
378 …lateHorizontalSize(std::vector<double>& cols, std::vector<double>& rows, int32_t dragLeaveOrEnter);
H A Drender_grid_layout.cpp1551 void RenderGridLayout::InitialDynamicGridProp(int32_t dragLeaveOrEnter) in InitialDynamicGridProp() argument
1561 CalculateVerticalSize(cols, rows, dragLeaveOrEnter); in InitialDynamicGridProp()
1564 CalculateHorizontalSize(cols, rows, dragLeaveOrEnter); in InitialDynamicGridProp()
1589 std::vector<double>& cols, std::vector<double>& rows, int32_t dragLeaveOrEnter) in CalculateVerticalSize() argument
1606 auto totalNum = (int32_t)GetChildren().size() + dragLeaveOrEnter; in CalculateVerticalSize()
1615 std::vector<double>& cols, std::vector<double>& rows, int32_t dragLeaveOrEnter) in CalculateHorizontalSize() argument
1632 auto totalNum = (int32_t)GetChildren().size() + dragLeaveOrEnter; in CalculateHorizontalSize()