Home
last modified time | relevance | path

Searched refs:ApplyLayoutMode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.h113 void ApplyLayoutMode(LayoutWrapper* layoutWrapper, float allocatedWidth);
H A Dtab_bar_layout_algorithm.cpp83 ApplyLayoutMode(layoutWrapper, constraint->selfIdealSize.Width().value()); in Measure()
169 ApplyLayoutMode(layoutWrapper, allocatedWidth); in MeasureFixedMode()
715 void TabBarLayoutAlgorithm::ApplyLayoutMode(LayoutWrapper* layoutWrapper, float allocatedWidth) in ApplyLayoutMode() function in OHOS::Ace::NG::TabBarLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_layout_test_ng.cpp417 tabbarLayoutAlgorithm->ApplyLayoutMode(&layoutWrapper, allocatedWidth);
422 tabbarLayoutAlgorithm->ApplyLayoutMode(&layoutWrapper, allocatedWidth);
424 tabbarLayoutAlgorithm->ApplyLayoutMode(&layoutWrapper, allocatedWidth);