Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_theme.h62 theme->lunarHeight_ = in Build()
183 theme->lunarHeight_ = lunarHeight_; in clone()
354 return lunarHeight_; in GetLunarHeight()
400 …return buttonHeight_ + lunarHeight_ + buttonTopPadding_ * 2 + popupEdge_.Bottom(); //2: double pad… in GetColumnBottomTotalHeight()
557 Dimension lunarHeight_; variable
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_theme_default.h42 pickerTheme->lunarHeight_ = Dimension(18.0, DimensionUnit::VP); in GetPickerTheme()