Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_option_component.h102 bool GetAlignBottom() const in GetAlignBottom() function
H A Drender_picker_option.cpp99 alignBottom_ = option->GetAlignBottom(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dflex_property.h224 …{ AlignDirection::BOTTOM, [](FlexItemProperty& item) { return item.GetAlignBottom().value_or(0.0f)… in GetAlignValue()