Home
last modified time | relevance | path

Searched defs:allocatedWidth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_layout_test_ng.cpp407 float allocatedWidth = 0.0f; variable
608 float allocatedWidth = 0.0f; variable
712 float allocatedWidth = 0.0f; variable
837 float allocatedWidth = 0.0f; variable
901 float allocatedWidth = 100.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.cpp168 auto allocatedWidth = contentMainSize_ / childCount_; in MeasureFixedMode() local
715 void TabBarLayoutAlgorithm::ApplyLayoutMode(LayoutWrapper* layoutWrapper, float allocatedWidth) in ApplyLayoutMode()
768 …TabBarLayoutAlgorithm::ApplySymmetricExtensible(LayoutWrapper* layoutWrapper, float allocatedWidth) in ApplySymmetricExtensible()
826 const std::vector<float>& rightBuffers, float allocatedWidth) in CalculateItemWidthsForSymmetricExtensible()