Searched refs:totalChildCount (Results 1 – 8 of 8) sorted by relevance
168 auto totalChildCount = layoutWrapper->GetTotalChildCount(); in GetNodeLayoutWrapperByTag() local169 if (totalChildCount == 0) { in GetNodeLayoutWrapperByTag()173 for (int32_t i = 0; i < totalChildCount; i++) { in GetNodeLayoutWrapperByTag()
412 auto totalChildCount = frameNode->TotalChildCount(); in SetNodeAdapter() local413 if (totalChildCount > 0) { in SetNodeAdapter()
308 …auto totalChildCount = hasFooter ? frameNode->TotalChildCount() - 1 : frameNode->TotalChildCount(); in SetNodeAdapter() local309 if (totalChildCount > 0) { in SetNodeAdapter()
506 auto totalChildCount = frameNode->TotalChildCount(); in SetNodeAdapter() local507 if (totalChildCount > 0) { in SetNodeAdapter()
922 auto totalChildCount = SwiperModelNG::RealTotalCount(frameNode); in SetNodeAdapter() local923 if (totalChildCount > 0) { in SetNodeAdapter()
1147 int32_t totalChildCount = layoutWrapper->GetTotalChildCount(); in GetNodeLayoutWrapperByTag() local1148 if (totalChildCount == 0) { in GetNodeLayoutWrapperByTag()1151 int32_t lastChildIndex = totalChildCount - 1; in GetNodeLayoutWrapperByTag()
45 int32_t totalChildCount = frameNode_->GetTotalChildCount(); in GetArrayValueTexts() local46 for (int32_t index = 0; index < totalChildCount; index++) { in GetArrayValueTexts()
1938 int32_t totalChildCount = host->TotalChildCount(); in ScrollToIndex() local1939 if (((index >= 0) && (index < totalChildCount)) || (index == LAST_ITEM)) { in ScrollToIndex()