Home
last modified time | relevance | path

Searched defs:middleIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_accessibility_property.cpp47 auto middleIndex = textPickerColumnPattern->GetHalfDisplayCounts(); in GetBeginIndex() local
67 auto middleIndex = textPickerColumnPattern->GetHalfDisplayCounts(); in GetEndIndex() local
H A Dtextpicker_column_pattern.cpp492 auto middleIndex = showCount / 2; // the center option is selected. in FlushCurrentTextOptions() local
563 auto middleIndex = showCount / 2; // the center option is selected. in FlushCurrentImageOptions() local
617 auto middleIndex = showCount / 2; // the center option is selected. in FlushCurrentMixtureOptions() local
851 …r<TextPickerLayoutProperty>& textPickerLayoutProperty, uint32_t currentIndex, uint32_t middleIndex, in UpdatePickerTextProperties()
1133 int32_t middleIndex = static_cast<int32_t>(GetShowOptionCount()) / HALF_NUMBER; in HandleDragEnd() local
1684 int32_t middleIndex = static_cast<int32_t>(GetShowOptionCount()) / HALF_NUMBER; in OnAroundButtonClick() local
1722 int32_t middleIndex = static_cast<int32_t>(GetShowOptionCount()) / HALF_NUMBER; in PlayResetAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp846 uint32_t middleIndex = GetShowCount() / 2; in HandleDragEnd() local
1229 int32_t middleIndex = static_cast<int32_t>(GetShowCount()) / 2; in OnAroundButtonClick() local
1262 uint32_t middleIndex = GetShowCount() / 2; in PlayRestAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp897 int32_t middleIndex = static_cast<int32_t>(GetShowCount()) / MIDDLE_CHILD_INDEX; in HandleDragEnd() local
1372 int32_t middleIndex = static_cast<int32_t>(GetShowCount()) / 2; in OnAroundButtonClick() local
1411 int32_t middleIndex = static_cast<int32_t>(GetShowCount()) / 2; in PlayRestAnimation() local