Home
last modified time | relevance | path

Searched refs:realSize_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp327 auto size = realSize_; in UpdatePhoneFocus()
414 auto boxSize = realSize_; in LayoutBox()
421 boxLayout.SetFixedSize(realSize_); in LayoutBox()
440 realSize_ = renderText_->GetLayoutSize(); in PerformLayout()
446 if (realSize_.Width() - textSize.Width() < realPadding_) { in PerformLayout()
447 realSize_.SetWidth(textSize.Width() + realPadding_); in PerformLayout()
450 realSize_.SetHeight(textSize.Height() + realPadding_); in PerformLayout()
454 if (realSize_.Width() > maxWidth) { in PerformLayout()
455 realSize_.SetWidth(maxWidth); in PerformLayout()
465 double textX = (realSize_.Width() - textSize.Width()) / 2.0; // place center in PerformLayout()
[all …]
H A Drender_picker_option.h96 Size realSize_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/texttimer/
H A Drender_texttimer.h70 Size realSize_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.h101 OptionalSizeF realSize_; variable
H A Dflex_layout_algorithm.cpp221 realSize_.Reset(); in InitFlexProperties()