Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
Dpicker_type_define.h134 struct TextPickerSettingData { struct
135 std::vector<RangeContent> rangeVector;
136 uint32_t selected;
137 uint32_t columnKind;
138 Dimension height;
139 bool canLoop = true;
140 int32_t crownSensitivity;
141 PickerTextProperties properties;
142 PickerBackgroundStyle pickerBgStyle;
143 std::vector<uint32_t> selectedValues;
[all …]