Searched refs:MASK_COUNT (Results 1 – 3 of 3) sorted by relevance
69 constexpr int8_t MASK_COUNT = 2; variable401 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 …]
47 const auto MASK_COUNT = 2; variable247 …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()
43 constexpr int8_t MASK_COUNT = 2; variable74 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()