Home
last modified time | relevance | path

Searched refs:GetContentSpinnerPadding (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp666 value = selectTheme->GetContentSpinnerPadding(); in SetSpace()
669 value = selectTheme->GetContentSpinnerPadding(); in SetSpace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_select_bridge.cpp98 space = selectTheme->GetContentSpinnerPadding(); in SetSpace()
101 space = selectTheme->GetContentSpinnerPadding(); in SetSpace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp244 Dimension space = selectTheme->GetContentSpinnerPadding(); in ResetSpace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h948 const Dimension& GetContentSpinnerPadding() const in GetContentSpinnerPadding() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp520 rowProps->UpdateSpace(theme->GetContentSpinnerPadding()); in BuildChild()