Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_option_component.h104 return alignBottom_; in GetAlignBottom()
108 alignBottom_ = value; in SetAlignBottom()
142 bool alignBottom_ = false; variable
H A Drender_picker_option.h123 bool alignBottom_ = false; variable
H A Drender_picker_option.cpp99 alignBottom_ = option->GetAlignBottom(); in Update()
472 } else if (alignBottom_) { in PerformLayout()