Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h417 expandHeight_ = expand; in SetExpandHeight()
429 return expandHeight_; in IsExpandHeight()
613 bool expandHeight_ : 1; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp35 expandHeight_(false),
387 …if (!expandHeight_ && (verticalAlign_ != TEXT_ALIGNMENT_TOP) && (textRect.GetHeight() > textHeight… in TextPositionY()