Home
last modified time | relevance | path

Searched defs:totalOptionCount (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/picker/
Drender_picker_column.cpp164 uint32_t totalOptionCount = data_->GetOptionCount(); in InnerHandleScroll() local
492 uint32_t totalOptionCount = data_->GetOptionCount(); in FlushCurrentOptions() local
520 uint32_t totalOptionCount = data_->GetOptionCount(); in NotLoopOptions() local
537 int totalOptionCount = static_cast<int>(data_->GetOptionCount()); in CanMove() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
Ddatepicker_column_pattern.cpp281 uint32_t totalOptionCount = datePickerPattern->GetOptionCount(host); in FlushCurrentOptions() local
441 uint32_t totalOptionCount = options[host].size(); in NotLoopOptions() local
608 auto totalOptionCount = options[host].size(); in InnerHandleScroll() local
851 int32_t totalOptionCount, int32_t currentIndex, bool canLoop, int32_t step) in CalcScrollIndex()
1042 int totalOptionCount = static_cast<int>(options[host].size()); in CanMove() local
Ddatepicker_pattern.cpp343 auto totalOptionCount = GetOptionCount(pickerChild); in HandleDirectionKey() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
Dtextpicker_column_pattern.cpp343 uint32_t totalOptionCount = GetOptionCount(); in FlushCurrentTextOptions() local
389 uint32_t totalOptionCount = GetOptionCount(); in FlushCurrentImageOptions() local
442 uint32_t totalOptionCount = GetOptionCount(); in FlushCurrentMixtureOptions() local
1172 int totalOptionCount = static_cast<int>(GetOptionCount()); in CanMove() local
1189 auto totalOptionCount = static_cast<int32_t>(GetOptionCount()); in InnerHandleScroll() local
1243 auto totalOptionCount = GetOptionCount(); in HandleDirectionKey() local
Dtextpicker_pattern.cpp657 auto totalOptionCount = textPickerColumnPattern->GetOptionCount(); in HandleDirectionKey() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
Dtimepicker_column_pattern.cpp277 uint32_t totalOptionCount = timePickerRowPattern->GetOptionCount(host); in FlushCurrentOptions() local
969 uint32_t totalOptionCount = options[host]; in NotLoopOptions() local
978 auto totalOptionCount = options[host]; in InnerHandleScroll() local
1059 int totalOptionCount = static_cast<int>(options[host]); in CanMove() local
Dtimepicker_row_pattern.cpp743 auto totalOptionCount = GetOptionCount(pickerChild); in HandleDirectionKey() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/time_picker/
Dtimepicker_test_ng.cpp1071 auto totalOptionCount = options[minuteColumn]; variable
1166 auto totalOptionCount = options[minuteColumn]; variable
1293 int totalOptionCount = static_cast<int>(options[minuteColumn]); variable
1682 auto totalOptionCount = timePickerRowPattern->GetOptionCount(pickerChild); variable