Home
last modified time | relevance | path

Searched refs:GetShowCountLandscape (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_layout_algorithm.cpp60 showCount_ = pickerTheme->GetShowCountLandscape() + BUFFER_NODE_NUMBER; in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp54 showCount_ = pickerTheme->GetShowCountLandscape() + BUFFER_NODE_NUMBER; in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp128 showCount_ = pickerTheme->GetShowCountLandscape(); in GetColumnSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_theme.h446 uint32_t GetShowCountLandscape() const in GetShowCountLandscape() function