Home
last modified time | relevance | path

Searched refs:showCount_ (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp126 uint32_t showCount_ = pickerTheme->GetShowCountPortrait(); in GetColumnSize() local
128 showCount_ = pickerTheme->GetShowCountLandscape(); in GetColumnSize()
144 pickerHeight = static_cast<float>(defaultPickerItemHeight_ * showCount_); in GetColumnSize()
147 … (static_cast<int32_t>(showCount_) - 1) * gradientFontScale_ + in GetColumnSize()
160 if (!NearZero(showCount_)) { in GetColumnSize()
161 defaultPickerItemHeight_ = pickerHeight / showCount_; in GetColumnSize()
H A Dtoss_animation_controller.cpp103 end_ = midShiftDistance * showCount_ - offset; in StartSpringMotion()
157showCount_ = static_cast<int>(DISMIN + (DISMAX - DISMIN) * (std::abs(speed_) - VMIN) / (VMAX - VMI… in UpdatePlayAnimationValue()
H A Dtoss_animation_controller.h79 int32_t showCount_ = 0; variable
H A Dtextpicker_model_ng.cpp228 showCount_ = BUFFER_NODE_NUMBER + pickerTheme->GetShowOptionCount(); in CreateFrameNode()
413 showCount_ = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; in MultiInit()
443 auto columnNode = CreateColumnNode(NG::TEXT, showCount_); in SetUnCascadeColumns()
482 auto columnNode = CreateColumnNode(NG::TEXT, showCount_); in SetCascadeColumns()
913 auto columnNode = CreateColumnNode(TEXT, showCount_); in SetRange()
953 auto columnNode = CreateColumnNode(TEXT, showCount_); in SetUnCascadeColumnsNode()
992 auto columnNode = CreateColumnNode(NG::TEXT, showCount_); in SetCascadeColumnsNode()
H A Dtextpicker_model_ng.h145 static inline uint32_t showCount_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp52 uint32_t showCount_ = pickerTheme->GetShowCountPortrait() + BUFFER_NODE_NUMBER; in Measure() local
54 showCount_ = pickerTheme->GetShowCountLandscape() + BUFFER_NODE_NUMBER; in Measure()
84 …(showCount_ - HIDENODE) + pickerTheme->GetDividerSpacing().ConvertToPx() * dividerSpacingFontScale… in Measure()
99 auto columnHeight = gradientHeight * (showCount_ - 1) + dividerSpacingHeight; in Measure()
H A Ddatepicker_column_pattern.h155 return showCount_; in GetShowCount()
160 showCount_ = showCount; in SetShowCount()
344 uint32_t showCount_ = 0; variable
H A Dtoss_animation_controller.cpp100 end_ = midShiftDistance * showCount_ - offset; in StartSpringMotion()
153showCount_ = static_cast<int>(DISMIN + (showCountMax - DISMIN) * (std::abs(speed_) - VMIN) / (velo… in UpdatePlayAnimationValue()
H A Dtoss_animation_controller.h74 int32_t showCount_ = 0; variable
H A Ddatepicker_pattern.h304 return showCount_; in GetShowCount()
309 showCount_ = showCount; in SetShowCount()
721 uint32_t showCount_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_layout_algorithm.cpp58 uint32_t showCount_ = pickerTheme->GetShowCountPortrait() + BUFFER_NODE_NUMBER; in Measure() local
60 showCount_ = pickerTheme->GetShowCountLandscape() + BUFFER_NODE_NUMBER; in Measure()
71 …(showCount_ - HIDENODE) + pickerTheme->GetDividerSpacing().ConvertToPx() * dividerSpacingFontScale… in Measure()
H A Dtimepicker_column_pattern.h158 return showCount_; in GetShowCount()
163 showCount_ = showCount; in SetShowCount()
392 uint32_t showCount_ = 0; variable
H A Dtoss_animation_controller.cpp105 end_ = midShiftDistance * showCount_ - offset; in StartSpringMotion()
160showCount_ = static_cast<int>(DISMIN + (showCountMax - DISMIN) * (std::abs(speed_) - VMIN) / (velo… in UpdatePlayAnimationValue()
H A Dtoss_animation_controller.h75 int32_t showCount_ = 0; variable
H A Dtimepicker_row_pattern.h169 return showCount_; in GetShowCount()
174 showCount_ = showCount; in SetShowCount()
596 uint32_t showCount_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp3260 columnPattern_->showCount_ = 1;
3320 columnPattern_->showCount_ = pickerDates.size() * 2;
3437 columnPattern_->showCount_ = 0;