Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex_item.cpp109 relativeTopAligned_ = false; in ClearRenderObject()
133 item.relativeTopAligned_ = true; in SetAligned()
163 return item.relativeTopAligned_; in GetAligned()
227 item.relativeTopAligned_ = true; in SetAlignValue()
H A Drender_flex_item.h182 …return (relativeTopAligned_ && relativeCenterAligned_) || (relativeBottomAligned_ && relativeCente… in GetTwoVerticalDirectionAligned()
183 (relativeTopAligned_ && relativeBottomAligned_); in GetTwoVerticalDirectionAligned()
217 bool relativeTopAligned_ = false; variable