Home
last modified time | relevance | path

Searched refs:OptionIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp1275 switch (static_cast<OptionIndex>(index)) { in GetShiftDistance()
1280 case OptionIndex::COLUMN_INDEX_1: in GetShiftDistance()
1284 case OptionIndex::COLUMN_INDEX_2: in GetShiftDistance()
1288 case OptionIndex::COLUMN_INDEX_3: in GetShiftDistance()
1292 case OptionIndex::COLUMN_INDEX_4: in GetShiftDistance()
1295 case OptionIndex::COLUMN_INDEX_5: in GetShiftDistance()
1299 case OptionIndex::COLUMN_INDEX_6: // last in GetShiftDistance()
1388 switch (static_cast<OptionIndex>(index)) { in GetShiftDistanceForLandscape()
1389 case OptionIndex::COLUMN_INDEX_0: in GetShiftDistanceForLandscape()
1393 case OptionIndex::COLUMN_INDEX_1: in GetShiftDistanceForLandscape()
[all …]
H A Dtextpicker_column_pattern.h71 enum class OptionIndex { enum