Searched refs:MeasureAndGetChildHeight (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_lanes_layout_algorithm.h | 40 float MeasureAndGetChildHeight(LayoutWrapper* layoutWrapper, int32_t childIndex,
|
H A D | list_layout_algorithm.cpp | 350 …GetChildHeight(layoutWrapper, jumpIndex) : MeasureAndGetChildHeight(layoutWrapper, jumpIndex, fals… in HandleJumpAuto() 364 …GetChildHeight(layoutWrapper, jumpIndex) : MeasureAndGetChildHeight(layoutWrapper, jumpIndex, fals… in HandleJumpAuto() 396 GetChildHeight(layoutWrapper, index) : MeasureAndGetChildHeight(layoutWrapper, index); in HandleJumpCenter() 608 float ListLayoutAlgorithm::MeasureAndGetChildHeight(LayoutWrapper* layoutWrapper, int32_t childInde… in MeasureAndGetChildHeight() function in OHOS::Ace::NG::ListLayoutAlgorithm 854 … GetChildHeight(layoutWrapper, midIndex) : MeasureAndGetChildHeight(layoutWrapper, midIndex); in MeasureList()
|
H A D | list_layout_algorithm.h | 353 virtual float MeasureAndGetChildHeight(LayoutWrapper* layoutWrapper, int32_t childIndex,
|
H A D | list_lanes_layout_algorithm.cpp | 63 float ListLanesLayoutAlgorithm::MeasureAndGetChildHeight(LayoutWrapper* layoutWrapper, int32_t chil… in MeasureAndGetChildHeight() function in OHOS::Ace::NG::ListLanesLayoutAlgorithm
|