Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp69 constexpr int8_t MASK_COUNT = 2; variable
401 auto childCount = host->GetChildren().size() - MASK_COUNT; in AddMaskItemClickEvent()
582 auto childCount = host->TotalChildCount() - MASK_COUNT; in CanScroll()
669 auto totalCount = host->TotalChildCount() - MASK_COUNT; in HandleMouseEvent()
801 indicator = host->TotalChildCount() - MASK_COUNT - 1; in OnKeyEvent()
1332 auto totalCount = host->TotalChildCount() - MASK_COUNT; in HandleClick()
1788 auto totalCount = host->TotalChildCount() - MASK_COUNT; in HandleTouchEvent()
2530 auto totalCount = host->TotalChildCount() - MASK_COUNT; in GetIndicatorStyle()
2711 auto childCount = host->TotalChildCount() - MASK_COUNT; in IsAtBottom()
2765 frameNode->TotalChildCount() - MASK_COUNT > 1) { in SetAccessibilityAction()
[all …]
H A Dtab_content_model_ng.cpp47 const auto MASK_COUNT = 2; variable
247 …ndex = std::clamp(myIndex, 0, static_cast<int32_t>(tabBarNode->GetChildren().size()) - MASK_COUNT); in AddTabBarItem()
294 …dex = std::clamp(position, 0, static_cast<int32_t>(tabBarNode->GetChildren().size()) - MASK_COUNT); in AddTabBarItem()
H A Dtab_bar_layout_algorithm.cpp43 constexpr int8_t MASK_COUNT = 2; variable
74 childCount_ = layoutWrapper->GetTotalChildCount() - MASK_COUNT; in Measure()
948 childCount_ = layoutWrapper->GetTotalChildCount() - MASK_COUNT; in Layout()
1014 for (int32_t i = 0; i < MASK_COUNT; i++) { in LayoutMask()