/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_layout_algorithm.cpp | 126 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 D | toss_animation_controller.cpp | 103 end_ = midShiftDistance * showCount_ - offset; in StartSpringMotion() 157 …showCount_ = static_cast<int>(DISMIN + (DISMAX - DISMIN) * (std::abs(speed_) - VMIN) / (VMAX - VMI… in UpdatePlayAnimationValue()
|
H A D | toss_animation_controller.h | 79 int32_t showCount_ = 0; variable
|
H A D | textpicker_model_ng.cpp | 228 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 D | textpicker_model_ng.h | 145 static inline uint32_t showCount_ = 0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_layout_algorithm.cpp | 52 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 D | datepicker_column_pattern.h | 155 return showCount_; in GetShowCount() 160 showCount_ = showCount; in SetShowCount() 344 uint32_t showCount_ = 0; variable
|
H A D | toss_animation_controller.cpp | 100 end_ = midShiftDistance * showCount_ - offset; in StartSpringMotion() 153 …showCount_ = static_cast<int>(DISMIN + (showCountMax - DISMIN) * (std::abs(speed_) - VMIN) / (velo… in UpdatePlayAnimationValue()
|
H A D | toss_animation_controller.h | 74 int32_t showCount_ = 0; variable
|
H A D | datepicker_pattern.h | 304 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 D | timepicker_column_layout_algorithm.cpp | 58 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 D | timepicker_column_pattern.h | 158 return showCount_; in GetShowCount() 163 showCount_ = showCount; in SetShowCount() 392 uint32_t showCount_ = 0; variable
|
H A D | toss_animation_controller.cpp | 105 end_ = midShiftDistance * showCount_ - offset; in StartSpringMotion() 160 …showCount_ = static_cast<int>(DISMIN + (showCountMax - DISMIN) * (std::abs(speed_) - VMIN) / (velo… in UpdatePlayAnimationValue()
|
H A D | toss_animation_controller.h | 75 int32_t showCount_ = 0; variable
|
H A D | timepicker_row_pattern.h | 169 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 D | date_picker_test_ng.cpp | 3260 columnPattern_->showCount_ = 1; 3320 columnPattern_->showCount_ = pickerDates.size() * 2; 3437 columnPattern_->showCount_ = 0;
|