Home
last modified time | relevance | path

Searched defs:showCount (Results 1 – 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/picker/
Dpicker_column_component.cpp57 uint32_t showCount = theme_->GetShowOptionCount(); in Initialize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
Dtextpicker_dialog_view.cpp84 uint32_t showCount = pickerTheme->GetShowOptionCount(); in RangeShow() local
113 …st TextPickerSettingData& settingData, const RefPtr<FrameNode>& textPickerNode, uint32_t showCount, in OptionsCreateNode()
140 …st TextPickerSettingData& settingData, const RefPtr<FrameNode>& textPickerNode, uint32_t showCount, in OptionsShowInternal()
202 uint32_t showCount = pickerTheme->GetShowOptionCount(); in OptionsShow() local
287 uint32_t columnKind, uint32_t showCount, RefPtr<PickerTheme> pickerTheme) in CreateColumnNode()
Dtextpicker_column_pattern.cpp93 auto showCount = theme->GetShowOptionCount(); in OnModifyDone() local
286 auto showCount = pickerTheme->GetShowOptionCount(); in GetShowOptionCount() local
349 uint32_t showCount = GetShowOptionCount(); in FlushCurrentTextOptions() local
395 uint32_t showCount = GetShowOptionCount(); in FlushCurrentImageOptions() local
448 uint32_t showCount = GetShowOptionCount(); in FlushCurrentMixtureOptions() local
652 uint32_t showCount) in UpdatePickerTextProperties()
685 …const RefPtr<TextLayoutProperty>& textLayoutProperty, uint32_t index, uint32_t showCount, bool isD… in TextPropertiesLinearAnimation()
722 uint32_t showCount = GetShowOptionCount(); in UpdateTextPropertiesLinear() local
Dtextpicker_layout_algorithm.cpp185 int32_t showCount = pickerTheme->GetShowOptionCount(); in Layout() local
Dtextpicker_model_ng.cpp68 uint32_t showCount = pickerTheme->GetShowOptionCount(); in Create() local
113 RefPtr<FrameNode> TextPickerModelNG::CreateColumnNode(uint32_t columnKind, uint32_t showCount) in CreateColumnNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
Dtimepicker_column_layout_algorithm.cpp115 uint32_t showCount = pickerTheme->GetShowOptionCount(); in Layout() local
Dtimepicker_model_ng.cpp42 uint32_t showCount = pickerTheme->GetShowOptionCount(); in CreateTimePicker() local
Dtimepicker_row_pattern.h140 void SetShowCount(uint32_t showCount) in SetShowCount()
Dtimepicker_column_pattern.h155 void SetShowCount(const uint32_t showCount) in SetShowCount()
Dtimepicker_column_pattern.cpp84 auto showCount = GetShowCount(); in OnModifyDone() local
521 …const RefPtr<TextLayoutProperty>& textLayoutProperty, uint32_t index, uint32_t showCount, bool isD… in TextPropertiesLinearAnimation()
579 uint32_t showCount = GetShowCount(); in UpdateTextPropertiesLinear() local
Dtimepicker_dialog_view.cpp54 uint32_t showCount = pickerTheme->GetShowOptionCount(); in Show() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
Ddatepicker_dialog_view.cpp498 uint32_t showCount = pickerTheme->GetShowOptionCount(); in CreateDateNode() local
527 RefPtr<FrameNode> DatePickerDialogView::CreateColumnNode(int32_t nodeId, uint32_t showCount, bool i… in CreateColumnNode()
549 …d DatePickerDialogView::CreateNormalDateNode(const RefPtr<FrameNode>& dateNode, uint32_t showCount) in CreateNormalDateNode()
597 …d DatePickerDialogView::CreateSingleDateNode(const RefPtr<FrameNode>& dateNode, uint32_t showCount) in CreateSingleDateNode()
646 uint32_t showCount = pickerTheme->GetShowOptionCount(); in CreateTimeNode() local
Ddatepicker_column_layout_algorithm.cpp146 uint32_t showCount = pickerTheme->GetShowOptionCount(); in Layout() local
Ddatepicker_column_pattern.cpp88 auto showCount = theme->GetShowOptionCount(); in OnModifyDone() local
520 …const RefPtr<TextLayoutProperty>& textLayoutProperty, uint32_t index, uint32_t showCount, bool isD… in TextPropertiesLinearAnimation()
578 uint32_t showCount = GetShowCount(); in UpdateTextPropertiesLinear() local
Ddatepicker_column_pattern.h153 void SetShowCount(const uint32_t showCount) in SetShowCount()
Ddatepicker_model_ng.cpp53 uint32_t showCount = pickerTheme->GetShowOptionCount(); in CreateDatePicker() local
Ddatepicker_pattern.h286 void SetShowCount(uint32_t showCount) in SetShowCount()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/time_picker/
Dtimepicker_test_ng.cpp1222 uint32_t showCount = minuteColumnPattern->GetShowCount(); variable