Searched refs:totalIndex (Results 1 – 4 of 4) sorted by relevance
49 auto totalIndex = textPickerColumnPattern->GetOptionCount(); in GetBeginIndex() local50 if (totalIndex == 0) { in GetBeginIndex()58 …return (static_cast<int32_t>(currentIndex + totalIndex) - middleIndex) % static_cast<int32_t>(tota… in GetBeginIndex()69 auto totalIndex = textPickerColumnPattern->GetOptionCount(); in GetEndIndex() local70 if (totalIndex == 0) { in GetEndIndex()75 return totalIndex - 1; in GetEndIndex()77 return (static_cast<int32_t>(currentIndex) + middleIndex) % static_cast<int32_t>(totalIndex); in GetEndIndex()88 auto totalIndex = textPickerColumnPattern->GetOptionCount(); in GetAccessibilityValue() local89 if (totalIndex == 0) { in GetAccessibilityValue()93 result.max = totalIndex - 1; in GetAccessibilityValue()
37 auto totalIndex = cjBuilder_->GetTotalCount(); in OnExpandChildrenOnInitialInNG() local38 for (auto index = 0; index < totalIndex; index++) { in OnExpandChildrenOnInitialInNG()
105 auto totalIndex = GetTotalIndexCount(); in ExpandChildrenOnInitial() local108 for (auto index = 0; index < totalIndex; index++) { in ExpandChildrenOnInitial()
49 auto totalIndex = GetTotalIndexCount(); in OnExpandChildrenOnInitialInNG() local52 for (auto index = 0; index < totalIndex; index++) { in OnExpandChildrenOnInitialInNG()