Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h183 theme->iconContentPadding_ = in ParsePartOne()
184 pattern->GetAttr<Dimension>("icon_content_padding", theme->iconContentPadding_); in ParsePartOne()
395 theme->iconContentPadding_ = iconContentPadding_; in ClonePartTwo()
910 return iconContentPadding_; in GetIconContentPadding()
1204 Dimension iconContentPadding_; variable