Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex_item.cpp110 relativeBottomAligned_ = false; in ClearRenderObject()
136 item.relativeBottomAligned_ = true; in SetAligned()
166 return item.relativeBottomAligned_; in GetAligned()
231 item.relativeBottomAligned_ = true; in SetAlignValue()
H A Drender_flex_item.h182 …return (relativeTopAligned_ && relativeCenterAligned_) || (relativeBottomAligned_ && relativeCente… in GetTwoVerticalDirectionAligned()
183 (relativeTopAligned_ && relativeBottomAligned_); in GetTwoVerticalDirectionAligned()
218 bool relativeBottomAligned_ = false; variable