Home
last modified time | relevance | path

Searched refs:GetSizeByIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_options.h53 using GetSizeByIndex = std::function<GridItemSize(int32_t)>; variable
59 GetSizeByIndex getSizeByIndex; // irregular sizes
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_option_layout_test_ng.cpp765 GetSizeByIndex onGetIrregularSizeByIndex = [](int32_t index) { in __anon04a373d60c02()
H A Dgrid_common_test_ng.cpp301 GetSizeByIndex onGetIrregularSizeByIndex = [](int32_t index) { in __anon112a6e490202()
H A Dgrid_scroller_test_ng.cpp304 GetSizeByIndex onGetIrregularSizeByIndex = [](int32_t index) { in __anon9756c8060202()